-
Notifications
You must be signed in to change notification settings - Fork 68
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
data-bind for <input type="password"> missing #92
Labels
Comments
could be duplicate of #82 |
This probably has been caused by a fix here: fa20bdc |
That sounds right. Happy to review a PR, and it's great to see you back here :) |
Has this been merged into the current code? I can't see this fix in 0.1.3 |
One other thing, I've noticed that Agility doesn't support the new HTML5 input types such as input:email, input:number etc. |
Fixed by #99 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The fix is here:
https://github.com/arturadib/agility/blob/master/agility.js#L579
The line is currently:
It should be
Just need to find some time to add tests and such to make a pull request
The text was updated successfully, but these errors were encountered: