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.
1 parent f516fda commit 56e68f1Copy full SHA for 56e68f1
types/form/form.d.ts
@@ -143,13 +143,6 @@ declare interface FieldDecoratorOptions {
143
*/
144
normalize?: (value: any, prevValue: any, allValues: any) => any;
145
146
- /**
147
- * Keep the field even if field removed
148
- * @default false
149
- * @type boolean
150
- */
151
- preserve?: boolean;
152
-
153
/**
154
* Includes validation rules. Please refer to "Validation Rules" part for details.
155
* @default n/a
0 commit comments