I am using a combobox in a webapp with Vaadin 14. When the user clicks into the textfield, he can enter text. I do not want that. The values of the combobox itself should not be editable, but the user should still be able to select the predefined values. This is the standard behaviour of these components. How to do that in Vaadin 14.6.8?