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 2462646 commit ce3f7c9Copy full SHA for ce3f7c9
src/controls/dynamicForm/dynamicField/IDynamicFieldProps.ts
@@ -39,7 +39,7 @@ export interface IDynamicFieldProps {
39
/** Fired by DynamicField when a field value is changed */
40
onChanged?: (
41
columnInternalName: string,
42
- newValue: any,
+ newValue: any, // eslint-disable-line @typescript-eslint/no-explicit-any
43
validate: boolean,
44
additionalData?: FieldChangeAdditionalData
45
) => void; // eslint-disable-line @typescript-eslint/no-explicit-any
0 commit comments