selecting more than one value in a valuelist

May I reguest a new feature which I have seen in other programs/solution and is very handy!

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:

   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?

you have to use checks for that.
you can’t multi select in a combobox.

you have to use checks for that.
you can’t multi select in a combobox.

that’s why I asked you guys to make it a feature!
You guys can do anything! :lol: :wink:

I don’t think that will make it for some time. Because the underlaying combobox just don’t work that way.

You can ofcourse do it youreself with a formdialog and placing only a checks element on the form. Showing that form with a button press (or non editble textfield action)

Oke, I will give it a try!
thanks