-
-
Notifications
You must be signed in to change notification settings - Fork 284
Textfield seems not working properly in iOS when input is not English #153
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
Comments
After some research, I found after remove this line, the issue is gone: The main reason is that, we need to ignore update the value when I am not really sure what's the impact to remove this line and wondering if we can put some logic for above in |
Thank you for the research. I'm not familiar with the |
Possibly we could introduce a fix on line 67, where the input var is updated from the input event. |
I debugged and found this line
assigned unnecessary value to the input field. ( see the PR) in the on: input event, you can capture the input type
function updateInputType(e) {
|
Here are the same issue found in other libraries which has same issue, hope this gives you some more info around this area. |
I have the same problem. |
I'm aware this is still an issue, and I'd like help solving it, because I don't know how to test it as I can't input any other languages. |
This PR should resolve it. (at least working for me... :) ) |
Hi team, great library.
I just noticed Textfield seems functioning abnormally when typing in other languages:
(it seems will accept all the letters typed by the user)
The text was updated successfully, but these errors were encountered: