SimpleSelect
A `Select`-like component
Internal Component
This component is intended solely for use within GitHub and is not available for external use.React
ready
Props
SimpleSelect
No props documented
SelectItem
| Name | Default | Description |
|---|---|---|
label Required | string | |
id Required | string | |
selected Required | boolean | |
description | string | |
descriptionVariant | "inline" | "block" | |
onSelect Required | (selectedItem: Items) => void | |
onKeyDown | React.KeyboardEventHandler<HTMLLIElement> | |
className | string | |
renderItem | (props: SelectItemProps) => React.ReactNode | |
renderDescription | () => React.ReactNode | |
trailingVisual | React.ReactNode | |
disabled | boolean | |
role | ActionListItemProps | |
aria-level | number |