lamudi-gmbh / android-phone-field

A small library that allows you to create phone fields with corresponding country flags, and validate the phone number using libphonenumber from google.
Apache License 2.0
227 stars 67 forks source link

Added possibility to remove original text watchrer #3

Closed mateisuica closed 4 years ago

mateisuica commented 7 years ago

Sometimes, things need to be done with the text in the text field and the original text watcher might get into the way. We had this on a project and I was forced to fork your project in order to get this functionality. I think this might be useful for other too. It doesn't change any functionality unless you use the new method with the second parameter true. All other cases are just like before