79650854

Date: 2025-06-03 08:14:28
Score: 1.5
Natty:
Report link

At least in Vaadin 14 and later, you can set the width of combobox popup (overlay):

ComboBox<Person> comboBox = new ComboBox<>("Employee");
comboBox.getStyle().set("--vaadin-combo-box-overlay-width", "350px");
add(comboBox);

Source: https://vaadin.com/docs/v23/components/combo-box#popup-width

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tom Novosad