Commit 7ae2662b authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Select: update popper after options change

parent 8ce9978e
......@@ -390,6 +390,9 @@
options() {
if (this.$isServer) return;
this.$nextTick(() => {
this.broadcast('ElSelectDropdown', 'updatePopper');
});
if (this.multiple) {
this.resetInputHeight();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment