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
{{ message }}
This repository was archived by the owner on Nov 5, 2025. It is now read-only.
* Minimum/Maximum length validation for text fields;
@@ -172,7 +172,7 @@ If you want to come back to the default way, call `validator.enableFieldValidati
172
172
173
173
### Auto dismiss ###
174
174
175
-
By default, the library auto dismiss the error messages when you start typing again, but it's configurable as well. You can add on your layout validation the same validation rule and adding `AutoDismiss` at the end, which receives a `boolean`. For example:
175
+
By default, the library prompts error messages and doens't dismiss the error automatically, however, you can add on your layout validation the same rule name by adding `AutoDismiss` at the end, which receives a `boolean`. In this case it could dismiss the error automatically. For example:
176
176
177
177
```
178
178
<EditText
@@ -182,5 +182,5 @@ By default, the library auto dismiss the error messages when you start typing ag
0 commit comments