You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I have multiple checkboxes, if I press submit it show me validation errors. After pressing one of them the validation error disapperars.
The values if one checkbox is pressed looks like this: ["30"]
After deselecting all checkboxes looks like this: [] <- thats wrong, the value need to be empty.
The validation works only if I add onSet function to binding:
Hi.
I have multiple checkboxes, if I press submit it show me validation errors. After pressing one of them the validation error disapperars.
The values if one checkbox is pressed looks like this:
["30"]
After deselecting all checkboxes looks like this:
[]
<- thats wrong, the value need to be empty.The validation works only if I add onSet function to binding:
Example: http://jsfiddle.net/c3kK2/474/
The text was updated successfully, but these errors were encountered: