datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

Android: Which property need to set show hour:minute picker?

Open nikunjazilen opened this issue 1 year ago • 1 comments

Hello,

I have set the mode=time and default clock style is opened then tap on bottom icon it will show hour and minute picker.

So is there any way or property to directly open hour:minute picker view?

Please find the below attachment screenshot for requirement.

Thanks in advance for support.

<DateTimePicker value={date} mode={'time'} is24Hour={true} onChange={onChange} display={Platform.OS === 'ios' ? 'spinner' : 'default'} />

Screenshot 2023-05-23 at 4 11 09 PM

Please help for resolve this issue.

nikunjazilen avatar May 23 '23 10:05 nikunjazilen

Hello and thanks for asking, there currently is no way to do it, but I'll accept a PR that allows this.

Thank you 🙂

vonovak avatar Jun 13 '23 20:06 vonovak