DateTimePicker
Hi, awesome work!
A 'datetimepicker' control is planned?
Thanks for any help.
Hi, not at the moment, date/time pickers are among the trickiest things to code properly because of the huge amount of possible interactions. It would be nice tho.
+1
As a workaround I currently created a usercontrol with a datepicker under a materialTextBox. When textbox gets focus the datepicker can be opened programmatically and when the datepicker gets a value it is copied into the textbox. Datepicker's calendar is then colored in a way to match the project's design.
This way the control looks like the other material controls while working properly as a datepicker, the whole deal can be done in 10 minutes.