typeahead, value is not changed after mounting
Nagogus opened this issue · 5 comments
Nagogus commented
If component mounted and property value
changed it is not reflected in the input.
Is it expected behaviour?
caitwood commented
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.
samrispaud commented
petrogad commented
Seeing same issue here. Looking to create a PR.
samrispaud commented
@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
petrogad commented
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.