I'm trying to add a picture to the buttons/values of a MultiComboBoxItem and I am unsure if I am doing it right.
I have tried to use a FormItemValueFormatter via MultiComboBoxItem.setValueFormatter() and this worked to some extend but caused a lot of other problems so I am not sure if that is the right approach.
I want to try instead to set an autoChild constructor for the 'button' autoChild, would that work?
I have tried to use a FormItemValueFormatter via MultiComboBoxItem.setValueFormatter() and this worked to some extend but caused a lot of other problems so I am not sure if that is the right approach.
I want to try instead to set an autoChild constructor for the 'button' autoChild, would that work?
Comment