How to set ComboBox input field width? I tried to set the width and it does not work. I could not find any CSS variable for width, although it exists for height ($form-field-height).
I also tried setting the width in the Style field.
fieldStyle: {
width: '100px'
}
I can change the height. The following work.
fieldStyle: {
height: '60px'
}
source
share