orthlieb / widget_combobox

Alloy combobox widget (single selection)
Other
18 stars 21 forks source link

Comparison === not working currently, change to == #6

Open mcvendrell opened 10 years ago

mcvendrell commented 10 years ago

In my Android projects, I can't set id on combos, because comparison is always false.

This happens, presumable, because $._id is treated as string and i is an integer, so === doesn't match.