Skip to content

How to handle textarea in form? #98

Answered by airjp73
vedantroy asked this question in Q&A
Discussion options

You must be logged in to vote

Handling for textareas should be identical to regular inputs.

<textarea {...getInputProps({})} />

If you're using a textarea from a component library that doesn't pass the name attribute to the textarea element, you could treat it like a controlled component and use useControlField + a hidden input.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vedantroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants