Cannot get input data from combobox in a form in Remix #2847
-
Hi, there I was trying the sample code here in Remix:
When the form was submitted, I got empty input data, what am I doing wrong? Thanks for the help! |
Beta Was this translation helpful? Give feedback.
Answered by
greg-hoarau
Dec 2, 2023
Replies: 1 comment 1 reply
-
Hello ! You probably miss the "name" prop on Good luck ! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yongzhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello !
You probably miss the "name" prop on
Combobox
component. (see: Combobox - Using with HTML forms)Good luck !