Should the prop form also be given to the <input /> created by giving the prop name? #5688
Unanswered
MustThinkOfAName
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone!
I'm currently using the react-select within forms (instead of using the onChange prop).
When using the prop name, an is created with the name of the Select, as well as its value. I also want to give it a form prop. Is that possible?
So far, giving it the form prop, attributes it to another input that does not contain the value of the select input.
Here is an example:
Beta Was this translation helpful? Give feedback.
All reactions