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

Valid icon doesn't disappear when boolean fields are unchecked #579

Closed
wilk opened this issue Jul 31, 2015 · 2 comments
Closed

Valid icon doesn't disappear when boolean fields are unchecked #579

wilk opened this issue Jul 31, 2015 · 2 comments

Comments

@wilk
Copy link

wilk commented Jul 31, 2015

The issue is this:

  nga.field('test', 'boolean').label('Test');

I check it on and the right valid green flag appears but when I uncheck it, it doesn't disappear.
Even the label still remains green.
I also added a validation (required: false) but it didn't worked.

Is there any work around?

@fzaninotto fzaninotto added the bug label Aug 5, 2015
@fzaninotto
Copy link
Member

Am I understanding correctly? You have a boolean field, and you want to give it the value 'undefined', not true or false. If this is your problem, it's related to #225.

@fzaninotto fzaninotto removed the bug label Aug 24, 2015
@fzaninotto
Copy link
Member

No reply for two weeks, besides the handling of boolean fields has changed since #629. Closing.

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

2 participants