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
|`value`|`string`| The internal value of the option. Used as the identifier in Combobox `initialValue`, `value` and `filteredOptions`. When undefined, this is set to `_.kebabCase(displayName)`||
93
-
|`displayName`|`string`| The display value of the option. Used as the rendered string within the menu and chips. When undefined, this is set to `value`||
94
-
|`glyph`|`<Icon/>`| The icon to display to the left of the option in the menu. ||
95
-
|`className`|`string`| The className passed to the root element of the component. ||
96
-
|`description`|`string`| Optional descriptive text under the displayName. ||
97
-
|`onClick`|`(event: React.SyntheticEvent<HTMLLIElement, Event>, value: string) => void`| Callback fired when an option is clicked. Returns the event and the option value. ||
|`value`|`string`| The internal value of the option. Used as the identifier in Combobox `initialValue`, `value` and `filteredOptions`. When undefined, this is set to `_.kebabCase(displayName)`||
93
+
|`displayName`|`string`| The display value of the option. Used as the rendered string within the menu and chips. When undefined, this is set to `value`||
94
+
|`customContent`|`ReactNode`| Optional custom content to render for the option. When provided, this ReactNode will be rendered in the option menu ||
95
+
|`glyph`|`<Icon/>`| The icon to display to the left of the option in the menu. ||
96
+
|`className`|`string`| The className passed to the root element of the component. ||
97
+
|`description`|`string`| Optional descriptive text under the displayName. ||
98
+
|`onClick`|`(event: React.SyntheticEvent<HTMLLIElement, Event>, value: string) => void`| Callback fired when an option is clicked. Returns the event and the option value. ||
0 commit comments