mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
fix(select): fix select multi mode rendering (#941)
- Fix select multi mode not rendering input box issue
This commit is contained in:
parent
ab39d290b7
commit
97dd66b172
@ -154,6 +154,8 @@ export const useSelect = (props, states: States, ctx) => {
|
||||
if (!isEqual(val, oldVal)) {
|
||||
elFormItem.formItemMitt?.emit('el.form.change', val)
|
||||
}
|
||||
}, {
|
||||
flush: 'post',
|
||||
})
|
||||
|
||||
watch(() => states.visible, val => {
|
||||
|
Loading…
Reference in New Issue
Block a user