Closed tomdye closed 4 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.
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?
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.
should support input time, for example 2018-01-01 1:00
Superseded by Issue #794. Should we close this one?
Can now be closed as date picker is merged and will be released in version 7
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.