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