PolymerElements / iron-selector

Manages a list of elements that can be selected
32 stars 55 forks source link

Possible bug in the definition of "selectable" property? #25

Closed ghost closed 9 years ago

ghost commented 9 years ago

In "iron-selectable.html" the "selectable" property is defined as follows:

selectable: String,

Should it not be ?

selectable: { type: String },

ghost commented 9 years ago

i had the same problem and selectable: { type: String } was not enough. So i had to add the value: null to start working properly.

notwaldorf commented 9 years ago

I think this is allowed syntax. :)