Hi All,

I'm doing some experiments with the 0.8-preview branch and I'm having and 
issue with the x-autobind 
<https://github.com/Polymer/polymer/blob/0.8-preview/src/lib/template/x-autobind.html>
 template:
<body>
  <template is="x-autobind">
    <input type="number" min="0" max="100" step="1" value="{{val}}">
    <input type="range"  min="0" max="100" step="1" value="{{val}}">
  </template>

  <script>
    var template = document.querySelector('template');
    template.val = 42;
  </script>
</body>


The initial value (42) is correctly set on both inputs but the property is 
not bound. The same code works as expected with 0.5.5 (auto-binding 
template).

fredj



Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/2b74677e-9ecf-436b-b08d-2bbb79d49b69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to