Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Password validation error doesn't disappear #10

Open
johnthuss opened this issue May 9, 2018 · 0 comments
Open

Password validation error doesn't disappear #10

johnthuss opened this issue May 9, 2018 · 0 comments
Assignees

Comments

@johnthuss
Copy link

The validation for the password field needs an else block to clear the error if it was in the error state already.
if (...) { passwordTextFieldController.setErrorText("Password is too short", errorAccessibilityValue: nil) } else { passwordTextFieldController.setErrorText(nil, errorAccessibilityValue: nil) }

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

No branches or pull requests

2 participants