Optionalbig?: booleanWhether the input button is light big.
Optionalchange?: (value: string) => voidEvent triggered on value change.
Optionalchildren?: ReactNodeOptionalclassName?: stringOptionaldefault?: stringDefault internal value matching one of the Options inside.
Optionaldisabled?: booleanWhether the input is disabled.
Optionalid?: stringOptionalmedium?: booleanWhether the input button is light medium.
Optionalref?: Ref<HTMLButtonElement>Optionalstyle?: CSSProperties
Represents an user input that opens a dropdown for selecting one of multiple options.