Hero Hook Form API / InputFieldProps
Type Alias: InputFieldProps<TFieldValues>
InputFieldProps<
TFieldValues> =FieldBaseProps<TFieldValues,string> &WithControl<TFieldValues> &object
Defined in: fields/InputField.tsx:18
Props for the InputField component.
Type Declaration
inputProps?
optionalinputProps:Omit<React.ComponentProps<typeofInput>,"value"|"onValueChange"|"label"|"isInvalid"|"errorMessage"|"isDisabled">
transform()?
optionaltransform: (value) =>string
Parameters
value
string
Returns
string
Type Parameters
TFieldValues
TFieldValues extends FieldValues
The form data type