Basic usage

Props

Select
NameTypeDescription
errorbooleanError / Danger mode
classNamestring-
disabledbooleanDisabled input
labelTextstringGhost/floating label.
valuestringValue for select
defaultValuestringValue for uncontrolled
helperTextstringAdditional text to help guide user
onChangeFormEventHandler<HTMLSelectElement>Callback fired when the value is changed
size"small" | "medium" | "large"Size of input
includeEmptyOptionbooleanAdd an empty option if labelText / ghostLabel is present
isRequiredbooleanWhether the input is required
requiredIndicatorstringThe label for the required indicator (defaults to *)