-
Notifications
You must be signed in to change notification settings - Fork 229
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
typeahead, value is not changed after mounting #204
Comments
I see this as well. I want to clear out the input text when an option is selected and it doesn't seem to update when I change the value prop. |
Seeing same issue here. Looking to create a PR. |
@petrogad solution for me was to switch to this fork https://github.com/HubSpot/react-typeahead which is maintained more readily. the fix for this problem is in there |
Awesome, thanks for the info; I also took a look at https://github.com/moroshko/react-autosuggest that seemed to have an extremely active community w/ mobile support. |
If component mounted and property
value
changed it is not reflected in the input.Is it expected behaviour?
The text was updated successfully, but these errors were encountered: