You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
openAutocompleteOnFocus should work normally, instead it only opens top searches briefly, when you start typing.
displayMode should change the style, instead it does nothing (visibly, at least).
The text was updated successfully, but these errors were encountered:
Describe the bug
When inputType is set to search, displayMode and openAutocompleteOnFocus won't work.
To Reproduce
Steps to reproduce the behavior:
"props": { "openAutocompleteOnFocus": true, "displayMode": "search-and-clear-buttons", "inputType": "search" }
Expected behavior
openAutocompleteOnFocus should work normally, instead it only opens top searches briefly, when you start typing.
displayMode should change the style, instead it does nothing (visibly, at least).
The text was updated successfully, but these errors were encountered: