*Improvement* width= max size of item with longest value

Hi everyone,

I’m building alot of forms with Vaadin Flow. One of the things I encounter regularely is that I need to resize my combobox or textfield when the content is longer.
I only checked out combobox so perhaps it’s there for textfields already. Basically what I suggest is to add functionality that can:

Automatically resize the width of a combobox/textfield according to it’s content so it’s always fully visible. In case of a combobox it would be the content of the item with the longest name.

Kind regards,