inmite / android-validation-komensky

A simple library for validating user input in forms using annotations.
Apache License 2.0
506 stars 78 forks source link

Validation Popup hide by kayboard #11

Closed urbanMar closed 10 years ago

urbanMar commented 10 years ago

Hi, is there any possibility to show popup default above of validate object

tomas-vondracek commented 10 years ago

Hi @urbanMar , thanks for question. Unfortunately, the popup is managed by EditText, we simply use EditText's setError(...) method so there is not much we can do about it. On the other hand, you can always provide own callback to handle validation errors in any way you want.