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
But unfortunately, formControl.touched isn't fired when I move focus to another field, it fires only after remove focus => back focus => type a character.
Hello, thank you for a beautiful package.
I have an issue with listening to the validation of the text field.
Basically, I want to show the suffix icon when the validation message appears (the
showErrors
logic is unchanged from my side).Here is the video of how it works now.
2024-03-04.23.51.41.mov
I'm trying to achieve this with the following code:
But unfortunately,
formControl.touched
isn't fired when I move focus to another field, it fires only after remove focus => back focus => type a character.Here is a small reproducible example.
The text was updated successfully, but these errors were encountered: