-
Notifications
You must be signed in to change notification settings - Fork 51
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
Wrong selection when another TextWatcher was added #19
Comments
Hello, I can't reproduce this behavior, can you send a whole code example? |
Of course, here is layout activity_main.xml
And here is MainActivity
And that's from gradle
|
I have the same problem even without TextWatcher
|
Hello, Parmakli . Sorry for the late reply. Unfortunately, there is no way to devote much time to the project. Please feel free to Fork the project and add Pull requests. Thanks a lot! |
This one may help |
Thanx for the library!
For example I have two maskedEditTexts one below other and for the first one I just add another empty TextWatcher
I receive such behaviour:
Both have mask and hint +7 ### ###-##-##
Workaround is to set empty string as text programmatically before any user action.
The text was updated successfully, but these errors were encountered: