-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
[Bug] Blaze: hidden html attribute does not work properly #52
Labels
Comments
Probably it just has to be added here: https://github.com/meteor/blaze/blob/master/packages/blaze/attrs.js#L296 This could be a simple pull request. Would you like to contribute it? Also, there are probably some other new HTML5 attributes likes that. |
gcacars
added a commit
to gcacars/blaze
that referenced
this issue
Sep 18, 2016
- Alphabetic order for constructors of HTML elements - Issue meteor#52, PR meteor#102
This was referenced Nov 16, 2016
Closed
mitar
added a commit
that referenced
this issue
Dec 31, 2016
A different fix has been implemented in 84c58a6. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blaze dynamic attributes doesn't work properly with attribute hidden.
If you use:
It works great, removing the checked attribute.
But when you use:
Blaze creates a html with:
that occurs in an hidden element.
The text was updated successfully, but these errors were encountered: