Only month and year selection #2505
-
|
I am wondering if there is a possibility to use the date-picker only to select month and year... In my case, I don't need to know the day. I just have to get month and year. In that case, will be ackward to open the dropdown and see disabled days. I want to NOT display the dropdown day. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @santanapaulo, you can use Consider also that a day picker may not be the good choice for a month / year selection. |
Beta Was this translation helpful? Give feedback.
Hi @santanapaulo, you can use
onMonthChangeand themonthprop to control the month and keep it unselectable. You can also change the dropdown with a custom component via thecomponentsprop. Have you tried this solution?Consider also that a day picker may not be the good choice for a month / year selection.