mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update Dropdown.vue
This commit is contained in:
parent
811fe1cde3
commit
4549601532
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
|
||||
if ((this.$refs.clearIcon && this.$refs.clearIcon.$el.isSameNode(event.target)) || event.target.tagName === 'INPUT') {
|
||||
if ((this.$refs.clearIcon && this.$refs.clearIcon.isSameNode(event.target)) || event.target.tagName === 'INPUT') {
|
||||
return;
|
||||
} else if (!this.overlay || !this.overlay.contains(event.target)) {
|
||||
this.overlayVisible ? this.hide(true) : this.show(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue