You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
akdetrick
changed the title
[Select,Combobox,MultiSelect,TokenInput] Add disabled states
[Select,Combobox,MultiSelect] Add disabled states
May 21, 2024
Add a disabled state to
Combobox
,Select
, andMultiSelect
.Components using
DropdownTrigger
should be able to take adisabled
prop to pass down toDropdownTrigger
.Uncontrolled updates should be disabled when the component has the
disabled
prop.Dropdown triggers should be disabled when the component is
disabled
.Design
We should use the styling of
TextInput
in its disabled state as a guide:Definition of Done
TextInput
has an explicitdisabled
prop documentedDropdownTrigger
supports adisabled
state (see design above)Combobox
supports adisabled
prop (FOLLOW UP: [downshift] Upgrade downshift to v9 #1251)Select
supports adisabled
propMultiSelect
supports adisabled
propFollow up tasks
The text was updated successfully, but these errors were encountered: