-
Hi everbody. I'm sorry if I missed it but I can't find on the documentation a way to set the HTML name attribute for a Picker. I've tried this way but it didn't worked. Is there a way ? Thanks a lot |
Beta Was this translation helpful? Give feedback.
Answered by
fipa
Mar 15, 2023
Replies: 1 comment
-
I'm sorry but I already found the answer, it was on v7 documentation (https://react-day-picker-v7.netlify.app/api/DayPickerInput#inputProps). In fact, DayPickerInput was removed on v8. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fipa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm sorry but I already found the answer, it was on v7 documentation (https://react-day-picker-v7.netlify.app/api/DayPickerInput#inputProps). In fact, DayPickerInput was removed on v8.
<DayPickerInput inputProps={{ name: "startDate" }}