diff --git a/src/ui/components/atom/text-input/text-input.tsx b/src/ui/components/atom/text-input/text-input.tsx index c588ae1..ed39834 100644 --- a/src/ui/components/atom/text-input/text-input.tsx +++ b/src/ui/components/atom/text-input/text-input.tsx @@ -7,16 +7,16 @@ export interface TextInputProps extends React.InputHTMLAttributes(function TextArea( +const TextInput = React.forwardRef(function TextArea( { disabled = false, placeholder, onValueChange, value }, ref, ) { return ( - { ))} {category && } -
+
); };