gatanaso/multiselect-combo-box-flow

Vaadin 18 - BUG when setting compact mode for combobox

jonathan97h opened this issue · 1 comments

I'm using the MultiselectCombobox v.3.0.2 in Vaadin 18.0.5.

If you do combobox.setCompactMode(true); the combobox does not look as expected.

multiselectCombobox bug

Hi @jonathan97h, thanks for reporting this issue. The component had not been updated for that particular version of Vaadin. I believe that you could override the styles in your project to get rid of the border. However, as I have recently published a new version that supports Vaadin 22+, I would recommend if possible that you update to that one.

BR