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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I'm fairly sure this would be closed by #5346 --- care to try it and see? The tests validate it against objects and stuff, so I'm not sure why it wouldn't work in that case
The funny thing is, it's not clear how you make a checkbox "required", there are different semantics for that --- you could say, semantically it must not be indeterminate (must be explicitly checked or unchecked), so it seems a bit off to default to "=== true". But hey, I guess it's probably not too hard to write a custom directive for that one.
Following changes from 1.2rc2 to 1.2rc3, the behaviour of the checkbox has changed.
An element:
Is not valid when it is checked. The function on the checkboxInputType controller function:
Is getting passed value=true when the checkbox is checked. Therefore, the required validation is failing. (true !== "1" is true).
Browser: Chrome & FireFox (latest builds)
The text was updated successfully, but these errors were encountered: