#4422 closed defect (fixed)
dijit.form.DateTextBox constraints:{trim:true} dosn't work
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
not sure if it's not inteded to be provided but it is listed in the dojo 0.9 books: (http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/widgets/datepicker). In the tests if you add to the list of constraints trim:true or trim:'true' dates with spaces on the end don't get trimmed.
Change History (7)
comment:1 Changed 14 years ago by
Owner: | set to Douglas Hays |
---|
comment:2 Changed 14 years ago by
comment:4 Changed 14 years ago by
comment:5 Changed 14 years ago by
Milestone: | → 1.0 |
---|---|
Owner: | changed from Douglas Hays to bill |
The trim function reference in the porting guide description of DateTextBox? needs to be removed since its unchanged from 0.4.
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
this also appears to be true for dijit.form.NumberTextBox?