#3782 closed defect (fixed)
DateTextbox: Wrong submit value
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
DateTextbox? submits the date and time. It should only submit the date.
toISOString expects this.constraints, not 'date'.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9697]) Added a graphical _TimePicker based on the Calendar API. Added TimeTextbox?, a slightly more general DateTextbox? with the _TimePicker as a popup widget. DateTextbox? extends TimeTextbox?, uses a Calendar instead of a _TimePicker. DateTextbox? uses the correct toISOString arguments to only submit the date. Fixes #3782. Refs #599.
Code from Mark Hays (IBM, CCLA on file)