The component is really helpful! Still, I'm missing one of the feature whe

The component is really helpful!

Still, I’m missing one of the feature when I set MultiselectComboBox to compact mode.

  1. The label which displays as 0/1/2/3/…/n values, but I want to display it as some custom label, such as 1/2/3/…/n cities
  2. I can’t set placeholder when the component is in compact mode. At least placeholder be there when no value is selected.

Hi Mohan,

Thanks for the comment. Regarding your suggestions:

  1. I am working on adding support for customizing the compact mode value label. This is already part of the web component and is released in version 2.5.0-alpha though I have not had time to work on the Java integration.
  2. The placeholder is not available in compact mode by design. Though, once #1 (from above) is released, you should have the possibility to customize this as well.

BR,

Goran

Hi Goran, thanks for the reply!

  1. Great! Java integration would be really great if your timelines permit.
  2. Achieving #1 mentioned by you will have a customized place holder - agreed. But it’ll still show something like “0-cities”, which is not really pretty. Instead of that we can have “Select” / “Choose” or any other user defined placeholder ‘until no value is seleted’.

Regards,
Mohan