-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
typeText is unable to type numbers #902
Comments
It’s the same problem why it’s no possible to type different languages. This is a limitation of Earl Grey: google/EarlGrey#31 The workaround is to use Since it seems there is no interest in solving this issue in EG, I am not sure we should keep keyboard issues open. |
Maybe we should drop a note into the |
Sure, that makes sense. We could also note that different languages (other than English) will probably not work, unless user sets the keyboard language before. |
If I'm using |
Please install Detox 13.0.0 and try. |
Description
When I use
typeText
on a text input field and I have a number being typed I get an error. As far as I understand it indicates that the "1" can not be found on the keyboard.Steps to Reproduce
I will try to do a small demo when I have more time, but it boils down to trying to type a text in an input field with text having numbers in it.
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
The text was updated successfully, but these errors were encountered: