how to remove errors properly when typing with onBlur validation
I’d like to achieve a nice UX following ideas like https://ux.stackexchange.com/a/134385
So basically, is there an easy way to clear errors on a field when the user focuses / starts typing again if the validation is set to onBlur?
User Experience Stack Exchange
Real-Time validation, Good or Bad UX
I have a signup form where I made a REAL-TIME validation when the user starts typing as you see in the picture.
I don't know if this harms the user experience or no, and also I did not find a resou...
2 Replies
xenial-black•2y ago
Yup! Should be pretty straightforward:
genetic-orangeOP•2y ago
It works great, thank you!