Consider the following image:
In a multiple-select SelectItem, the actual text of what is selected quickly becomes useless IMO. I would like it to instead say for example "X items selected", but i cannot see any way to do it.
I tried the ValueFormatter, but that only changes each individual selected item text (the 'Item 0', 'item 1' etc.)
i would like to control the entire contents. I tried setting the 'value' in a ChangeHandler too, but that interferrred with the selection.
Is this possible?
In a multiple-select SelectItem, the actual text of what is selected quickly becomes useless IMO. I would like it to instead say for example "X items selected", but i cannot see any way to do it.
I tried the ValueFormatter, but that only changes each individual selected item text (the 'Item 0', 'item 1' etc.)
i would like to control the entire contents. I tried setting the 'value' in a ChangeHandler too, but that interferrred with the selection.
Is this possible?
Comment