false | true | "mixed" | boolean[] ChangeEventHandler<HTMLInputElement, Element> string | number | readonly string[] ref
Allows getting a ref to the component instance.
Once the component unmounts, React will set `ref.current` to `null`
(or call the ref with `null` if you passed a callback ref). (instance: HTMLInputElement | null) => void | (() => VoidOrUndefinedOnly) | RefObject<HTMLInputElement | null>ChangeEventHandler<HTMLInputElement, Element> false | true | "mixed" | boolean[] string | number | readonly string[] ref
Allows getting a ref to the component instance.
Once the component unmounts, React will set `ref.current` to `null`
(or call the ref with `null` if you passed a callback ref). (instance: HTMLInputElement | null) => void | (() => VoidOrUndefinedOnly) | RefObject<HTMLInputElement | null>