We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the following field:
nga.field('intern', 'boolean') .validation({ required: true })
When submitting the edit form with 'Intern' checked, for some reason false is sent to the server:
false
The text was updated successfully, but these errors were encountered:
Yep, I can reproduce the problem. It's probably due to #707. I'll inquire.
Sorry, something went wrong.
Fix checkbox field
0b6a70c
Closes #736
Hi! I got the the same issue when I tried to update boolean value.
@frank0ch0a which version are you using? this has been fixed a couple weeks ago.
@fzaninotto I updated to last version and all works fine, thanks!
No branches or pull requests
For the following field:
When submitting the edit form with 'Intern' checked, for some reason
false
is sent to the server:The text was updated successfully, but these errors were encountered: