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
At first, I wanted to find a way to somehow trigger showing the error message of Card Number TextField but couldn't so then I wanted to add an extra control or validation to the card number input but didn't find a possible way, unfortunately. Because the validator is directly written inside the TextField and not available for customization.
I would like to find a way where I can
Add a custom validator to each TextField.
Add a bool value to the validator.
Make my own check/control in my app and somehow be able to trigger showing the error message for any TextField.
The text was updated successfully, but these errors were encountered:
At first, I wanted to find a way to somehow trigger showing the error message of Card Number TextField but couldn't so then I wanted to add an extra control or validation to the card number input but didn't find a possible way, unfortunately. Because the validator is directly written inside the TextField and not available for customization.
I would like to find a way where I can
The text was updated successfully, but these errors were encountered: