kendo-vue icon indicating copy to clipboard operation
kendo-vue copied to clipboard

[Bug][DropDownList] When filtering is enabled dropdown does not close

Open filipKovachev opened this issue 1 year ago • 0 comments

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:

  1. Open this example: https://stackblitz.com/edit/vuc7yq-tngllf?file=src%2Fmain.vue
  2. Reopen the dropdownlist multiple times and observe how it remains open

Expected behavior The DropDownList should close

gif

Workaround: Setting popupSettings to false seems to close it :popup-settings="{ animate: false }"

Reported in Ticket ID: 1638748

filipKovachev avatar Jan 30 '24 11:01 filipKovachev