You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| items | No | <code>let</code> | No | <code>ReadonlyArray<ComboBoxItem></code> | <code>[]</code> | Set the combobox items |
663
663
| itemToString | No | <code>let</code> | No | <code>(item: ComboBoxItem) => string</code> | <code>(item) => item.text || item.id</code> | Override the display of a combobox item |
664
664
| direction | No | <code>let</code> | No | <code>"bottom" | "top"</code> | <code>"bottom"</code> | Specify the direction of the combobox dropdown menu |
665
-
| size | No | <code>let</code> | No | <code>"sm" | "xl"</code>| <code>undefined</code> | Set the size of the combobox |
665
+
| size | No | <code>let</code> | No | <code>"sm" | "md" | "lg" </code> | <code>undefined</code> | Set the size of the combobox |
666
666
| disabled | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to disable the combobox |
667
667
| titleText | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the title text of the combobox |
668
668
| placeholder | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the placeholder text |
@@ -1977,17 +1977,17 @@ None.
1977
1977
1978
1978
### Props
1979
1979
1980
-
| Prop name | Required | Kind | Reactive | Type | Default value | Description |
0 commit comments