-
I looked over the props, but I'm a bit confused on whether this is possible to do. I would like to use the date picker, but I don't want to have the year selectable, just month and days. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately that's not possible - without year Date Picker would produce invalid Date. Disabling input should be easy, but the remaining problem would be the Calendar. |
Beta Was this translation helpful? Give feedback.
Unfortunately that's not possible - without year Date Picker would produce invalid Date. Disabling input should be easy, but the remaining problem would be the Calendar.