Skip to content
New issue

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

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

Already on GitHub? # to your account

Always-valid field with disabled checkmark does not work #34

Open
joskuijpers opened this issue Jun 3, 2014 · 0 comments
Open

Always-valid field with disabled checkmark does not work #34

joskuijpers opened this issue Jun 3, 2014 · 0 comments
Labels

Comments

@joskuijpers
Copy link

I have an optional field in my form (surname prefix 'von Damme' -> 'von' and 'Damme', very common in the Netherlands). I don't want to show a checkmark when no input is given, but the validation state must always be Valid so that an empty field is also accepted.

Sounds easy enough:

_prefixCell.validationState = BZGValidationStateValid;
_prefixCell.showsCheckmarkWhenValid = NO;

I do not use any validation block. It is however rendered incorrectly: it is indeed valid, but even before typing anything, it shows the checkmark.

Could you look into this?

@0thernet 0thernet added the bug label Aug 5, 2014
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants