-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 2] textarea renders "true" instead of "" #14001
Closed
2 tasks done
Labels
Comments
This was referenced Aug 2, 2016
We're calling Should this use |
Reopening here until we bump glimmer versions. |
This was referenced Aug 4, 2016
chancancode
added a commit
that referenced
this issue
Aug 30, 2016
[Glimmer 2] failing test for #14001
toddjordan
pushed a commit
to toddjordan/ember.js
that referenced
this issue
Sep 9, 2016
This is the only bit preventing EPS from work in glimmer2. I've even reduced the reproduction even more: https://ember-twiddle.com/64618480b3b1507f8d73475007f9b2a0?openFiles=templates.application.hbs%2C |
webark
pushed a commit
to webark/ember.js
that referenced
this issue
Oct 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The rendered value of
textarea
is"true"
instead of""
when the context value is""
.TODO:
Given the following controller:
And template:
htmlbars renders:
glimmer renders:
Sample App: https://github.com/GavinJoyce/glammer (see http://localhost:4200/issue3)
This doesn't happen for
{{input}}
.The text was updated successfully, but these errors were encountered: