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
I have a login form with a validationMinCharacters of 6 on my password field. When the field is invalid I set the text to be red.
As soon as the field resigns first responder the text turns red even if the field contents are valid.
Here's the weird part... Its not my code that turning it red. I've set breakpoints and logging statements, and my invalid handler is not being called. It only seems to happen with the validationMinCharacters validator.
Any idea what's happening here?
The text was updated successfully, but these errors were encountered:
I have a login form with a validationMinCharacters of 6 on my password field. When the field is invalid I set the text to be red.
As soon as the field resigns first responder the text turns red even if the field contents are valid.
Here's the weird part... Its not my code that turning it red. I've set breakpoints and logging statements, and my invalid handler is not being called. It only seems to happen with the validationMinCharacters validator.
Any idea what's happening here?
The text was updated successfully, but these errors were encountered: