Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SearchBar problems with inputType=search #923

Open
IvanClementino opened this issue Feb 25, 2021 · 0 comments
Open

SearchBar problems with inputType=search #923

IvanClementino opened this issue Feb 25, 2021 · 0 comments

Comments

@IvanClementino
Copy link

IvanClementino commented Feb 25, 2021

Describe the bug
When inputType is set to search, displayMode and openAutocompleteOnFocus won't work.

To Reproduce
Steps to reproduce the behavior:

  1. set search-bar inputType prop as search
  2. enable openAutocompleteOnFocus and change displayMode
  3. See problems

"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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant