-
Notifications
You must be signed in to change notification settings - Fork 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
Two-way Binding doesn't work in canary #297
Comments
Here's a jsbin with the same example. Can you repro the problem there? If so, what browser and version? |
The bin doesn't work due to broken reference to localhost. I'm using canary Version 32.0.1651.2 canary There it appears that I can focus the input, I can also remove chars from its value, but I can't type anything. This does not happen in stable chrome channel. |
Oops, sorry about that. Here's an updated jsbin: http://jsbin.com/IjiruwI/6/edit I'm hoping you can verify that this bin does or does not exhibit the same problem. If it does not, then it would be helpful if you could perhaps make a gist of enough of your code for us to help debug the problem. If it does, we'll need to track down more info about your browser, flags, platform, etc. |
@sorvell Okay now THIS is weird. It now just works. haha. Also works on polymer-project.org. Maybe my canary just had a little blackout, I dunno. Closing this. |
Just built a very simple polymer element that shows binding between components and native elements, just like the given example on the homepage: http://www.polymer-project.org/getting-started.html#binding-between-components-and-native-elements
Turns out that one isn't able to type any value into the input. However, removing chars works.
The text was updated successfully, but these errors were encountered: