Interface: DropdownProps
The props for the Dropdown component.
Properties
aria-label?
optionalaria-label:string
Source
src/components/Dropdown.tsx:20
caption?
optionalcaption:ReactNode
The caption displayed to replace the hidden select.
Source
src/components/Dropdown.tsx:17
children?
optionalchildren:ReactNode
Source
src/components/Dropdown.tsx:18
className?
optionalclassName:string
Source
src/components/Dropdown.tsx:19
name?
optionalname:string
The name attribute of the element.
Source
src/components/Dropdown.tsx:15
onChange?
optionalonChange:ChangeEventHandler<HTMLSelectElement>
Source
src/components/Dropdown.tsx:24
style?
optionalstyle:CSSProperties
Source
src/components/Dropdown.tsx:21
value?
optionalvalue:string|number
The selected value.