Reputation: 203
I want to have a combobox, with a check box in front of each item, where I could select multiple values.
Is there any..?? plz help
(I used Lovcombo in extjs, is there any widget similar to this?)
Upvotes: 1
Views: 1620
Reputation: 7352
There is dojox.form.CheckedMultiSelect
which looks like:
and it has property dropdown
- set it to true
and you will get:
Unfortunately there is some styling issue or so as you cannot see which items are checked, but maybe you can fix it in no time.
Upvotes: 2