mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
fix(base-picker): multiple search select will close when click on activator
This commit is contained in:
parent
df93a8d6a0
commit
6775499fe6
@ -269,7 +269,7 @@ export default {
|
||||
this.$emit('clear', e)
|
||||
},
|
||||
handleMouseDown (e) {
|
||||
if (this.filterable && this.multiple) {
|
||||
if (this.filterable && this.multiple && this.active) {
|
||||
e.preventDefault()
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user