What I want is one field, with a combobox
If I click on the combobox, I want a list of values.
Now, I can only select one value, but I like the feature that I can select more than one.
so I want a checkbox for every value in the valuelist.
Let say for example, I select three values:
- Code: Select all
value 1
x value 2
x value 3
value 4
x value 5
than, If I click outside the field, it would end up in the field like this:
value2; value3; value5;
Is this possible?