-
-
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
Input value binding not working in beta-2.0.0-beta.5 #12044
Comments
Also, using |
I swapped my template code to the following:
Still do not get the value from the input field when typing into it. Also, for the heck of it, tried:
no luck. I have no console errors nor any deprecation warnings in the ember inspector (chrome). |
For the sake of complete code context, here's the code for the entire template:
Component controller code:
My bower.json file:
My package.json file:
|
Ok. so I see what you mean. This works in beta.4 and beta.5:
sans 'classNames' attribute. Hrmmmmm. |
Ok. My mistake. changed "classNames" to "class", all is solved. World can continue spinning. |
In 2.0.0-beta.4, the following works to update the "identification" property on the controller:
This code doesn't work in beta-2.0.0-beta.5.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: