wip
This commit is contained in:
@@ -141,8 +141,10 @@ export const MachineTags = (props: MachineTagsProps) => {
|
||||
{...props}
|
||||
value={selectedOptions()}
|
||||
options={availableOptions()}
|
||||
optionLabel={(option) => option.value}
|
||||
optionValue="value"
|
||||
optionTextValue="value"
|
||||
optionLabel="value"
|
||||
optionDisabled="disabled"
|
||||
itemComponent={ItemComponent}
|
||||
onChange={_setSelectedOptions}
|
||||
placeholder="Enter a tag name"
|
||||
|
||||
Reference in New Issue
Block a user