I want to add a maxLength to the custom value on the ComboBox but when I do
getElement().setAttribute("maxLength","30");
Vaadin add it to the wrapping vaadin-combo-box element. How can I access from Java the underlying highlighted input element as show in the picture?
