googlearchive / paper-radio-button

A radio button à la Material Design
11 stars 7 forks source link

When the label attribute is the number zero, the label element is hidden #13

Open klebba opened 9 years ago

klebba commented 9 years ago

This seems to be the offending logic:

<div id="radioLabel" aria-hidden="true" hidden?="{{!label}}">{{label}}<content></content></div>

I can typecast my number to a string, but this should probably happen inside paper-radio-button