- InputText(
props: TextInputProps & Omit<FormFieldProps<FieldValues>, "render"> & RefAttributes<
TextInput,
>,
): ReactNode Parameters
- props: TextInputProps & Omit<FormFieldProps<FieldValues>, "render"> & RefAttributes<
TextInput,
>
Returns ReactNode
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldefaultProps
defaultProps?: Partial< TextInputProps & Omit<FormFieldProps<FieldValues>, "render"> & RefAttributes< TextInput, >,> OptionaldisplayName
displayName?: string
OptionalpropTypes
propTypes?: WeakValidationMap< TextInputProps & Omit<FormFieldProps<FieldValues>, "render"> & RefAttributes< TextInput, >,>
Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.