-
Notifications
You must be signed in to change notification settings - Fork 65
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
soft-keyboard autocomplete not work #37
Comments
I'm not sure if this is anything we can fix? AFAIk it has to do with how mobiles handle the input field. Also on which OS do you have this, not every mobile handles stuff equally :P. |
Also experiencing this on iOS devices. Can tap away on suggested word bar but nothing is added to the field until another (e.g.: Space) key is pressed. |
Also have the same issue here, any fix? |
I was having the same problem and just got it working Don't ask me how I found out, and honestly I have no idea why it is working for me now, but all I did was add the following to my css file: input { If I add this it works, and if I remove it, it stops working... just like that... |
for soft-keyboard in mobile autocomplete (suggested keyword) not appear in inputFeild till a keyup triggers
The text was updated successfully, but these errors were encountered: