PolymerElements / paper-radio-button

A Material Design radio button
https://webcomponents.org/element/PolymerElements/paper-radio-button
19 stars 24 forks source link

paper-radio-button and paper-checkbox hide content when empty #51

Closed dschuyler closed 9 years ago

dschuyler commented 9 years ago

Hi,

We have entries such as:

The content is initially empty. It's filled in later with a localized string. It seems that the radio buttons and checkboxes will hide the label if it's initially empty.

I've ended up hacking around it with something like this, 'placeholder' can be any value:

placeholder

Could the hiding of the label be done through other means? Maybe a property on the radio-button or checkbox element?

notwaldorf commented 9 years ago

Have you tried the latest version of the elements? It should have been fixed about 3 days ago :) (you might have to do a bower cache clean to make sure you're picking up the latest)

dschuyler commented 9 years ago

Awesome thanks! We're very likely lagging on the version. I'll check that and follow up on this after I check it on the newer version.

notwaldorf commented 9 years ago

I'm going to close this, since it's pretty old (and I think fixed), but please re-open it if it didn't fix your problem! :)

dschuyler commented 9 years ago

Yes, thanks! This is fixed.