Add multiselect option to form step (#18979)

<img width="415" height="462" alt="Capture d’écran 2026-03-25 à 18 10
06"
src="https://github.com/user-attachments/assets/e5157636-25ea-41b9-ae13-8f64a24cbd5e"
/>
<img width="415" height="462" alt="Capture d’écran 2026-03-25 à 18 10
12"
src="https://github.com/user-attachments/assets/5811848f-1ce6-4c09-9563-61f906968888"
/>
This commit is contained in:
Thomas Trompette
2026-03-25 18:35:50 +01:00
committed by GitHub
parent 33a474c8e6
commit d47ddad4c5
9 changed files with 46 additions and 13 deletions
@@ -14,6 +14,7 @@ export const workflowFormActionSettingsSchema =
z.literal(FieldMetadataType.NUMBER),
z.literal(FieldMetadataType.DATE),
z.literal(FieldMetadataType.SELECT),
z.literal(FieldMetadataType.MULTI_SELECT),
z.literal('RECORD'),
]),
placeholder: z.string().optional(),