-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Most form inputs have an option to be disabled entirely, this would be nice in certain cases.
Maybe something like:
<MultiToggle
options={myOptions}
selectedOption={data ? !!data.value : false}
onSelectOption={(value) => saveData({data: value})}
label="Thing Selection"
isDisabled={!data}
/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels