You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if it is possible to annotate a TextInputLayout which contains a TextInputEditText with @notempty and use startLiveValidation mechanism in the same way than if I have annotated the TextInputEditText inside?
If not, is there any way to override default mechanism to set validation error at TextInputLayout level (the container) instead of annotated ui component (the content) to avoid this icons superposition problem?
Thanks.
The text was updated successfully, but these errors were encountered:
Narayane
changed the title
Validation error shown at android.support.design.widget.TextInputLayout level?
Validation error displayed at android.support.design.widget.TextInputLayout level?
Oct 11, 2016
Hi,
I wonder if it is possible to annotate a TextInputLayout which contains a TextInputEditText with @notempty and use startLiveValidation mechanism in the same way than if I have annotated the TextInputEditText inside?
If not, is there any way to override default mechanism to set validation error at TextInputLayout level (the container) instead of annotated ui component (the content) to avoid this icons superposition problem?
Thanks.
The text was updated successfully, but these errors were encountered: