vekexasia / android-edittext-validator

Android form edit text is an extension of EditText that brings data validation facilities to the edittext.
MIT License
1.45k stars 378 forks source link

Bugfix: TextWatcher not added to EditText #10

Closed dral3x closed 10 years ago

dral3x commented 11 years ago

In some cases, the TextWatcher object are not attached to the EditText so sometimes the error (icon and message) are not removed from the EditText when its content changed

vekexasia commented 11 years ago

Hello @dral3x thanks. Will merge and upgrade to a new release version :)