OptionalautoFocus?: booleanIndicates if the field should be auto-focused.
The field name of the file content-type field.
Optionaldisplay?: FieldDisplayFunction<FileFieldUploadFormValues>The display function for the field. Controls how to render the value when not editing. Useful for adding JSX elements or functionality to the displayed value (e.g. a link).
Optionalid?: stringThe id (HTML id) of the input.
OptionalimmediateValidation?: UseValidationDFAOptions<FileFieldValue>["immediateValidation"]Immediate validation function (syncronous).
The field name of the file key field.
Optionallabel?: stringThe label of the field.
Optionaloptional?: booleanIndicates if the field is optional or required.
OptionalscheduledValidation?: UseValidationDFAOptions<FileFieldValue>["scheduledValidation"]Scheduled validation function (asyncronous).
OptionalscheduleValidationDelayMS?: UseValidationDFAOptions<FileFieldValue>["scheduleDelayMS"]The number of milliseconds to wait between a change and running scheduled validation.
OptionalsideEffect?: (k: string, ct: string) => voidA side effect function to call when the value changes as a result of user interaction with this input, and not external updates to the field value.
Generic props for a file upload field.