fmoo/react-typeahead

typeahead, value is not changed after mounting

Nagogus opened this issue · 5 comments

If component mounted and property value changed it is not reflected in the input.
Is it expected behaviour?

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.

@caitwood @Nagogus @fmoo i'm having the same problem. any PR or solution for this?

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.