How to use datepicker for only date not time?
rukor opened this issue · 3 comments
rukor commented
Is there a way to do this?
rukor commented
Found out the mode prop
michaelbenker commented
I have the same problem? What means "mode prop"? Thanks...
michaelbenker commented
got it...
<DatePickerField ref='birthday'
mode='date'
minimumDate={new Date('1/1/1900')}
maximumDate={new Date()}
placeholder='Birthday'/>
prop "mode" is not in the documentation, but works