Double clicking dropdowns with `AlwaysShowSearchBar` set to false gets absorbed by transparent textbox
Joehuu opened this issue · 2 comments
Joehuu commented
I'd expect the dropdown to hide.
Screen.Recording.2024-07-20.at.10.41.26.PM.mov
smoogipoo commented
This one is quite annoying to handle, because the textbox has handled the click so only it can receive the double click.
frenzibyte commented
One way I can imagine to have this work is disabling positional input from reaching the textbox when text is empty, should do the job in theory.