We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2e4486 + fd09163 commit ec8c36dCopy full SHA for ec8c36d
packages/commons/src/events/FieldConfig.ts
@@ -91,7 +91,6 @@ const BaseField = z.object({
91
'Reference to a parent field. If a field has a parent, it will be reset when the parent field is changed.'
92
),
93
required: requiredSchema,
94
- disabled: z.boolean().default(false).optional(),
95
conditionals: z.array(FieldConditional).default([]).optional(),
96
secured: z.boolean().default(false).optional(),
97
placeholder: TranslationConfig.optional(),
0 commit comments