react-native-month-selector icon indicating copy to clipboard operation
react-native-month-selector copied to clipboard

Is there a way to not disabled the other next month or next year ?

Open michaelVictoriaDev opened this issue 4 years ago • 1 comments

Im planning to use this component for expiration date.

image

michaelVictoriaDev avatar Mar 11 '20 03:03 michaelVictoriaDev

maxDate={moment().add(2, 'years')} for year maxDate={moment().add(1, 'months')) for month

developingsofts avatar May 19 '20 12:05 developingsofts