Skip to content
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

[glimmer] textarea renders "true" instead of "" #4

Closed
GavinJoyce opened this issue Aug 2, 2016 · 0 comments
Closed

[glimmer] textarea renders "true" instead of "" #4

GavinJoyce opened this issue Aug 2, 2016 · 0 comments

Comments

@GavinJoyce
Copy link
Owner

GavinJoyce commented Aug 2, 2016

emberjs/ember.js#14001

The rendered value of textarea is "true" instead of "" when the context value is "".

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:

screen shot 2016-08-02 at 12 01 05

glimmer renders:

screen shot 2016-08-02 at 12 00 36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant