DateTimePicker showing seconds with minDate

Hello,
I am using DateTimePicker in one of my forms and I have to set minDate to the same day and also remove the seconds from the picker.
When I choose minDate(now()) it displays seconds in the picker.

Also please let me know how do I make this display the date picker when I click anywhere on DateTimePicker element without using native(false)

Thank you so much.
image.png
image.png
Solution
->minDate(now()->toDateTimeLocalString(unitPrecision: 'minute'))
Was this page helpful?