MADE-Apps / MADE.NET

MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.

Home Page:https://made-apps.github.io/MADE.NET/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Add support for validation on date & time picker controls

jamesmcroft opened this issue · comments

Is your feature request related to a problem? Please describe.

Currently, the date and time picker controls in UWP support the ability to choose a min and max date/time but there is no validation. Providing an experience to the user of invalid data is a must.

Describe the solution you'd like

A date picker that supports validation on:

  • Minimum date
  • Maximum date

A time picker that supports validation on:

  • Minimum time
  • Maximum time

A combination date & time picker that supports the validation above.

Describe alternatives you've considered

No alternatives considered.

Additional context

The work done here might be worth building a base around #6