ComboBox - caption for empty value

In Vaadin 7/8 we could set the caption for the empty value in the combobox.
How is this done in Vaadin Flow?

Thanks
Rolf

Hi, I would say the best option is to use comboBox.setPlaceholder("something something"). It’s rendered “grayed out”, but there must be a way to change it with CSS.

Thanks Alejandro.

I’ll give it try