Hi Nico,
try with below css. Then add the class combobox-autogrow to the combobox instance that you want to grow. You could also create your own design property for easier use.
.combobox-autogrow {
.widget-combobox-placeholder-text {
white-space: normal;
word-wrap: break-word;
position: relative;
}
.widget-combobox-input {
position: absolute;
height: 100%;
}
}
Nico,
Are you using the most recent combo box version? Did you perhaps upgrade this app from 9 to 10 with the Combo Box in the app and not upgrade the widget?
Mike