We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08722a commit 929a7eaCopy full SHA for 929a7ea
1 file changed
src/form/field/ComboBox.mjs
@@ -118,7 +118,12 @@ class ComboBox extends Picker {
118
* which you want to submit instead
119
* @member {Number|String} valueField='id'
120
*/
121
- valueField: 'id'
+ valueField: 'id',
122
+ /**
123
+ * Default width to prevent rendering issues.
124
+ * @member {Number} width=150
125
+ */
126
+ width: 150
127
}
128
129
/**
0 commit comments