-
Notifications
You must be signed in to change notification settings - Fork 66
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
use a hidden input type="checkbox" to conect with angular standard form validation #13
Comments
Did you ever get anywhere with this? |
Hi, I am sorry but I am really busy right now. But I have it on my list. |
Yes this feature would be very usefull. |
So does it support required now? |
Currently not, but it is on my roadmap. |
If its not much trouble could you please give a rough timeline? It will be really helpful to decide timeline of my project. Thank You |
Hi, I am very busy right now, but I would be happy for a pull request. |
Will try. But here is an alternative suggested using aria but its not working.
Example
|
As in your directive, you don't use a hidden checkbox synchronised with the ng-model of the directives, it seems to me difficult to connect to angular common form handling like for example make the submit button submitable and set the checkbox field required...
This stuff is easy with standard form element like input..
Would it be difficult to integrate an hidden checkbox to achieve this ?
The text was updated successfully, but these errors were encountered: