Filtered Dropdown unusable on Windows Tablet #1411
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
Attempting to access filtered Dropdown in a Windows 10 tablet device (running Edge or Chrome browsers) immediately closes the dropdown and is therefore unusable.
A 'resize' event is being registered when the keyboard is displayed.
An update of the following in Dropdown.vue fixes the issue (but of course renders the auto-close on legit-resize event broken).
Suspect you need something similar to
DomHandler.isAndroid
to detect a Windows device running in tablet mode to fix this properly (if that's possible).The text was updated successfully, but these errors were encountered: