Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text field with validationMinCharacters turns red when it resigns first responder #31

Open
jpaas opened this issue Sep 18, 2013 · 0 comments

Comments

@jpaas
Copy link

jpaas commented Sep 18, 2013

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant