googlearchive / paper-tabs

A tabs à la Material Design
22 stars 21 forks source link

Should selected attr reflect? #2

Closed robdodson closed 10 years ago

robdodson commented 10 years ago

I noticed in the demo when you click different tabs, the selected value remains at 0. Would it make sense for this value to be reflected?

ebidel commented 10 years ago

Just wanted to note that native elements don't reflect their properties back to the attribute. For example, typing "two" in <input value="one"> won't reflect "two" back to the value attribute.

robdodson commented 10 years ago

Ah OK. Then the current behavior seems fine. Thanks Eric !