ellipticaljs / paper-autocomplete

Polymer Autocomplete Component
MIT License
68 stars 66 forks source link

Default to item object as value if valueProperty isn't truthy #90

Closed nomego closed 9 months ago

nomego commented 7 years ago

Adjust default queryFn to return the relevant object instead of a value property if the valueProperty property is falsy.

jhuesos commented 7 years ago

I am currently very busy, as I said in the other PR, if you can also add unit test to cover this change, then it will speed up the release of this PR a lot. Otherwise you might need to wait longer.

And as usual thanks for your contribution!