kendo-vue
kendo-vue copied to clipboard
[Bug][DropDownList] When filtering is enabled dropdown does not close
Describe the bug When using filterable for the DropDownList and reopening it multiple times, the popup remains open
To Reproduce Steps to reproduce the behavior:
- Open this example: https://stackblitz.com/edit/vuc7yq-tngllf?file=src%2Fmain.vue
- Reopen the dropdownlist multiple times and observe how it remains open
Expected behavior The DropDownList should close
Workaround: Setting popupSettings to false seems to close it :popup-settings="{ animate: false }"
Reported in Ticket ID: 1638748