Hierarchy
- Pick<
InputHTMLAttributes<HTMLInputElement>,
| "type"
| "readOnly"
| "required"
| "min"
| "minLength"
| "max"
| "maxLength"
| "step"
| "multiple"
| "accept"
| "placeholder",
>
Properties
Optional
renderInput
renderInput?: (data: T, meta: Field<T>) => ReactNode Optional
renderLabel
renderLabel?: ReactNode | (data: keyof T) => ReactNode