Currently there is no built-in way to prevent the search filter inside a select component from focusing when opened. This causes mobile keyboards to pop up when clicking on the trigger.
I want to keep the filter, but also only open the keyboard when the user clicks the search input, but not when opening the dropdown.
An attribute flag would be useful, something like data-autofocus-filter="false".
Thanks!