citizennet / purescript-ocelot

An opinionated component library for Halogen apps
https://citizennet.github.io/purescript-ocelot/
Apache License 2.0
102 stars 15 forks source link

API-3333 Support Default Time #260

Closed boygao1992 closed 1 year ago

boygao1992 commented 1 year ago

What does this pull request do?

Added defaultTime to DateTimePicker.Input for auto populating Time with a default value when a Date is selected.

Also made some small improvements in DateTimePicker and fixed formatting of UIGuide.

How should this be manually tested?

boygao1992 commented 1 year ago

Thanks for the review!