InputProps: OverrideProps<"input", { formatOnChange?: ((value: string) => string); onChange?: InputChangeEventHandler; ref?: ComponentPropsWithRef<"input">["ref"]; value?: string; }> Type declaration
OptionalformatOnChange?: ((value: string) => string)
- (value): string
Returns string
Optionalref?: ComponentPropsWithRef<"input">["ref"]
Optionalvalue?: string
Function used to format value on blur.