Select
The Select component allows users to pick a value from a list of options.
Import
Importimport { Select } from '@backyard-ui/core';
Usage
UsageGroup
GroupUsed to group multiple items. Use in conjunction with Select.Label
to ensure good accessibility via automatic labelling.
Disable item
Disable itemUse the isDisabled
prop to disable an option.
States
StatesDisabled
DisabledInvalid
InvalidReadOnly
ReadOnlyUsing with FormControl
Using with FormControlTo add a label or status message to your fields use the FormControl utility.
API Reference
API ReferenceRoot
Root- children requiredDescription The children elementsType
ReactNode
- sizeDescription The input size.Type
"xs" | "sm" | "md"
Defaultsm - isDisabledDescription Set the form element to disabledType
boolean
- isInvalidDescription Set the form element `aria-invalid` to `true`Type
boolean
- isReadOnlyDescription Set the form element to readonlyType
boolean
- isRequiredDescription Set the form element `aria-required` to `true`Type
boolean
- isOpenDescription If `true` the Dialog will be initially openedType
boolean
Defaultfalse
Trigger
Trigger- asChildDescriptionType
boolean
Value
Value- asChildDescriptionType
boolean
Content
Content- asChildDescriptionType
boolean
Group
Group- asChildDescriptionType
boolean
Label
Label- asChildDescriptionType
boolean
Item
Item- isDisabledDescriptionType
boolean
- asChildDescriptionType
boolean