-
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
After selecting an option, typehead doesn't work until blur and refocus #224
Comments
Same issue on my end. This fixed it for me, i added this to my onOptionSelect callback:
|
I fixed it by doing a manual |
Same issue - fixed thanks to @zikphil |
You can also use an onchange event and the typeahead as a ref similar to @zikphil
|
does anyone know if there is a fix to this? i have tried @zikphil's method and it didnt work... |
@Richard-Thompson have you tried my workaround? |
I'm not using the tokeniser version just the other standard typeahead version, so Im not sure how to integrate that into my code base. Here is my code for the typeahead:
|
in |
ah, sorry, typo. it should be |
Thanks, this has worked, I was so close to using .entry wasn't too sure. Anyway thanks for the help! |
The text was updated successfully, but these errors were encountered: