mirror of https://github.com/ElemeFE/element
Select: update popper after options change
parent
8ce9978ee1
commit
7ae2662b7c
|
@ -390,6 +390,9 @@
|
|||
|
||||
options() {
|
||||
if (this.$isServer) return;
|
||||
this.$nextTick(() => {
|
||||
this.broadcast('ElSelectDropdown', 'updatePopper');
|
||||
});
|
||||
if (this.multiple) {
|
||||
this.resetInputHeight();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue