#119 #121 - Choice field enhancements

This commit is contained in:
Elio Struyf
2021-09-30 09:34:00 +02:00
parent f5e7526fae
commit 9eaf94de7a
8 changed files with 236 additions and 25 deletions
+1
View File
@@ -139,6 +139,7 @@ export const Metadata: React.FunctionComponent<IMetadataProps> = ({settings, met
label={field.title || field.name}
selected={choiceValue as string}
choices={choices}
multiSelect={field.multiSelect}
onChange={(value => sendUpdate(field.name, value))} />
);
} else if (field.type === 'tags') {