SimpleSelect

A `Select`-like component

Internal Component

This component is intended solely for use within GitHub and is not available for external use.

Props

SimpleSelect

No props documented

SelectItem

NameDefaultDescription
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