We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a component if value is used for the attributeBinding ember doesn't render attribute.
value
attributeBinding
http://jsbin.com/sowegu/4/edit
Interestingly if you use valuE as an attributeBinding ember will render value as an attribute.
valuE
http://jsbin.com/sowegu/5/edit
The text was updated successfully, but these errors were encountered:
This is happening because Ember is special casing the attribute named value here. This whole code-path is being removed in #10186.
Sorry, something went wrong.
Thanks @rwjblue
rwjblue
No branches or pull requests
In a component if
value
is used for theattributeBinding
ember doesn't render attribute.http://jsbin.com/sowegu/4/edit
Interestingly if you use
valuE
as an attributeBinding ember will rendervalue
as an attribute.http://jsbin.com/sowegu/5/edit
The text was updated successfully, but these errors were encountered: