Skip to content

Commit

Permalink
Fix: issue with textarea not capturing values or allowing input
Browse files Browse the repository at this point in the history
  • Loading branch information
LimberHope committed Jun 6, 2024
1 parent 3c98194 commit 712751f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/elements/Inputs/textArea/TextArea.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ export const useTextAreaAuto = (
ref: React.RefObject<HTMLTextAreaElement>;
} = {
onChange: handleChange,
ref: textAreaRef,
value
ref: textAreaRef
};

return { value, handleChange, textareaProps };
Expand Down

0 comments on commit 712751f

Please sign in to comment.