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 has been archived by the owner on May 20, 2023. It is now read-only.
material-input component changes its state to touched when input looses the focus. This is also a condition to display error message (actually it must be diry + touched).
material-dropdown-select on the other hand changes its state to touched when user clicks dropdown button - and with additional logic - causing error to appear prematurely.
I would expect this behavior to be consistent across all form components.
For example,
material-input component changes its state to touched when input looses the focus. This is also a condition to display error message (actually it must be diry + touched).
material-dropdown-select on the other hand changes its state to touched when user clicks dropdown button - and with additional logic - causing error to appear prematurely.
I would expect this behavior to be consistent across all form components.
Here is reproduceable example
https://github.com/Antoniossss/dart-material-bad-focus
The text was updated successfully, but these errors were encountered: