Replies: 1 comment
-
const messageInputProps = {
...getInputProps(fields.message, { type: 'text' }),
ref: messageInputControl.register,
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is how I use
getInputProps
.I try adopting
getTextareaProps
, but was blocked because it does not supportref
.Beta Was this translation helpful? Give feedback.
All reactions