react-native-ui-kitten
react-native-ui-kitten copied to clipboard
MonthYear Picker
🚀 Feature Proposal
Please make the Datepicker support a month/year selection.
Motivation
I have a requirement that I need to select the month&year without the date and it seems like the current Datepicker does not support this or at least I can't find it.
Example
<Datepicker mode="month" />
<Datepicker mode="year" />
+1
My team would also find this useful.
+1
+1, at the moment were hacking this, using placeholder to show the selected month name and rendering a TouchableOpacity in the renderMonth prop to be able to close the calender on press and return the value
@tinvujasinovic Your approach actually works. did you able to customize the Year selection dropdown?