Using onBlur input property doesn't revalidate the input. #6022
-
Hello, I've been using the dependency with Yup and it's working great, but there's only one of the inputs that I need to execute an action when the onBlur is triggered, and for some reason, if the onBlur is on the input, it doesn't revalidate when the value change;
To reproduce what I'm trying to explain here are the steps:1° - Submit the form to display the errors messages. I'm looking for a solution or alternative to execute some code when the user clicks outside the input. EditI just found this, after days searching: Couldn't make it work though, any help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As described here #4977, there is a workaround that fits my needs, but the most refined solution in my opinion is not implemented yet.Here's the PRs for the feature: #4751, #5620
|
Beta Was this translation helpful? Give feedback.
As described here #4977, there is a workaround that fits my needs, but the most refined solution in my opinion is not implemented yet.
Here's the PRs for the feature: #4751, #5620