OpenWaterFoundation / owf-app-snodas-ng

Open Water Foundation SNODAS snowpack user interface built with Angular
0 stars 0 forks source link

Add Datepicker Error Handling #4

Closed Nightsphere closed 3 years ago

Nightsphere commented 3 years ago

The Angular Material datepicker will take any manually entered dates, which will cause issues if the dates given are not in the dataset. Error handling already exists for the date picker, so just figuring out how to utilize that should work well enough.

The clicking of the calendar icon and choosing dates from the calendar dropdown is already greying out disabled dates correctly.

Nightsphere commented 3 years ago

The Angular Material Datepicker has been put on ice for the moment, since there were some parsing issues, and we couldn't make some things as specific as we'd like them to be. Closing this for now, and can be opened up if Datepicker is picked back up in the future.