X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e2a464e9087120c7569976eb9a172a91d2ec0f09..247b312a502ac3fdcc915a2e6e858a0eea8c0c5b:/src/components/chips-input/chips-input.tsx diff --git a/src/components/chips-input/chips-input.tsx b/src/components/chips-input/chips-input.tsx index 12932c54..fc5fda01 100644 --- a/src/components/chips-input/chips-input.tsx +++ b/src/components/chips-input/chips-input.tsx @@ -15,6 +15,8 @@ interface ChipsInputProps { createNewValue: (value: string) => Value; inputComponent?: React.ComponentType; inputProps?: InputProps; + deletable?: boolean; + orderable?: boolean; } type CssRules = 'chips' | 'input' | 'inputContainer';