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?
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
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...
I don't know if this harms the user experience or no, and also I did not find a resou...