diff --git a/src/components/TextInput/index.tsx b/src/components/TextInput/index.tsx index 162f514141ae..2485ee44d5d5 100644 --- a/src/components/TextInput/index.tsx +++ b/src/components/TextInput/index.tsx @@ -59,6 +59,7 @@ function TextInput(props: BaseTextInputProps, ref: ForwardedRef { textInputRef.current = element as HTMLFormElement;