-
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
Focus on text input when typeahead is clicked #215
Comments
I think I am having the same issue like @rishadjb described above. |
yes i have the same issue, i have to click multiple times |
was there any fix for this? @alexmassicott @larrydahooster ? |
I fixed it by changing the react-typeahead manually in the index.js, I added on change to the onChange event, replace the index.js in the lib folder in the node_module I can give you my whole node_module folder if you need it. |
If someone wants to send a PR with this behavior behind an option (or if
this is saner default behavior), I'll pick it up and do an alpha.8 release.
|
When I click in the area of the typeahead (or tokenizer when using it), it doesn't focus on the text input field automatically. I have to click the input field to focus on it.
There is a .focus function, but there is no onClick for the typeahead, which I link the .focus to.
Is there way to do this? Hopefully my explanation is clear enough in what I intend to do.
Thanks.
The text was updated successfully, but these errors were encountered: