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
emberjs/ember.js#14001
The rendered value of textarea is "true" instead of "" when the context value is "".
textarea
"true"
""
Given the following controller:
export default Ember.Controller.extend({ textareaContent1: '', textareaContent2: 'some default text', });
And template:
textareaContent1: {{textarea value=textareaContent1}} <br /> textareaContent2: {{textarea value=textareaContent2}} <br />
htmlbars renders:
glimmer renders:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
emberjs/ember.js#14001
The rendered value of
textarea
is"true"
instead of""
when the context value is""
.Given the following controller:
And template:
htmlbars renders:
glimmer renders:
The text was updated successfully, but these errors were encountered: