PolymerElements / iron-selector

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

issue #25 #31

Closed ghost closed 9 years ago

samccone commented 9 years ago

The current syntax is fine, unless there was a reason why we needed an explicit null default.

:xref: https://github.com/PolymerElements/iron-selector/issues/25#issuecomment-113642082

I think that we can close this.

ghost commented 9 years ago

I known the syntax is fine. I was trying to use this element on a table to select the child tr element and without the "value:null" there was an error. Adding this piece of code it start working properly.

At the moment i can't find the example to reproduce this issue.

ghost commented 9 years ago

i didn't find the original code and i tried to replicate the problem but now is working. Probably i had some other problem or it got fixed somewhere else.

samccone commented 9 years ago

:+1: sgtm