pass field resetter and initial values as props down to custom input element
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
export interface TextFieldProps {
|
||||
onUpdate: ({ fieldName, value }: UpdateArgs) => void;
|
||||
fieldName: string;
|
||||
value: string;
|
||||
initialValue: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user