dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
89 stars 65 forks source link

No DatePicker Widget #452

Closed tomdye closed 4 years ago

tomdye commented 6 years ago

Enhancement

Dojo 1.x had a date picker component. We seem to be missing this from dojo 2. We have a calendar, but not an input that triggers it.

krezovic commented 6 years ago

I'm also in need of this widget, and it is sadly not ready yet. It would be even more amazing if it supported constraints (min/max selectable date) like the Dojo1 widget did.

agubler commented 6 years ago

We could create a DatePicker using the Calendar widget, if it had properties for the min and max date, @smhigley do you think this is something sensible that we could add?

schontz commented 6 years ago

I've got something in the works for min/max dates for the Calendar widget as well as a DatePicker input widget that uses the Calendar. There are some issues around focus that I am trying to solve for the DatePicker before it can be properly tested.

xiaohulu commented 6 years ago

should support input time, for example 2018-01-01 1:00

jellison commented 4 years ago

Superseded by Issue #794. Should we close this one?

tomdye commented 4 years ago

Can now be closed as date picker is merged and will be released in version 7