This commit is contained in:
Anderson Oki 2024-04-23 14:24:36 +09:00
parent 2cb6c6187f
commit a6db5cfcf6
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ const ChipInput: FunctionComponent<ChipInputProps> = ({
label,
onChange,
}: ChipInputProps) => {
// TODO: Replace with our own custom implementation instead of just using the
// built-in TagsInput. https://mantine.dev/combobox/?e=MultiSelectCreatable
return (
<TagsInput
defaultValue={defaultValue}