Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ComboBoxItem

    Hi,

    Is there any way to have a ComboBoxItem support the "multiple=true" property, like what's available in SelectItem ?

    We need to select multiple items off an "open" combo box ... What is the suggested approach for such use case ?

    Thanks,

    #2
    This currently isn't built into the ComboBoxItem. There are a number of ways to offer this interaction, for example, place an "Add" button next to the ComboBoxItem that adds the current value to a list which is shown next to the ComboBoxItem.

    This would also be a valid sponsorship if you wanted it to be built in.

    Comment

    Working...
    X