Hello
Clear button not shown while dropdown is opened if custom filtering is used
Steps to reproduce:
- go to demo page https://codesandbox.io/s/dropdowntest-vov76?file=/src/App.vue
- select a value in the dropdown
- click one more time on the dropdown to open it
- see that clear button shows for a second and then disappearing
Actual result: Clear button is not shown while dropdown is opened
Expected result: Clear button available for click while dropdown is opened
Can it be fixed?
Thanks