Open mcvendrell opened 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.
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.