Current behaviour
If search is enabled, component will automatically focus it and open keyboard, whenever user opens dropdown.
Since keyboard is automatically opened, users (on iOS) have to do 2 taps in order to select item from a dropdown (1 tap to hide a keyboard, 1 tap to select item).
This behaviour is enabled by default and can't be controlled.
Suggested behaviour
Add a flag that will allow parent components to enable/disable keyboard auto pop-up, and focus search field.
Prop could be called e.g. "searchAutofocusEnabled" and have a type boolean.
Would it be possible to add such a feature?
Thanks