Add form date field (#11360)

Builder
<img width="498" alt="Capture d’écran 2025-04-02 à 19 02 20"
src="https://github.com/user-attachments/assets/29db9fa9-aae4-4d1f-98f2-0b2371f944f1"
/>

Execution
<img width="837" alt="Capture d’écran 2025-04-02 à 19 02 47"
src="https://github.com/user-attachments/assets/ce1c442c-3c06-4f7e-99d6-3eb8fb1d2428"
/>
This commit is contained in:
Thomas Trompette
2025-04-03 10:10:43 +02:00
committed by GitHub
parent 8abec309e0
commit a062a17229
12 changed files with 140 additions and 37 deletions

View File

@ -92,6 +92,7 @@ export const workflowFormActionSettingsSchema =
type: z.union([
z.literal(FieldMetadataType.TEXT),
z.literal(FieldMetadataType.NUMBER),
z.literal(FieldMetadataType.DATE),
z.literal('RECORD'),
]),
placeholder: z.string().optional(),