GroupTagsField: hide "x" until there's more than one tag
This commit is contained in:
parent
fc6eba91ac
commit
ede31e4e5a
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ const GroupTagsField: React.FC<IGroupTagsField> = ({ tags, onChange, onAddItem,
|
|||
onAddItem={onAddItem}
|
||||
onRemoveItem={onRemoveItem}
|
||||
maxItems={maxItems}
|
||||
minItems={1}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue