Opened 11 years ago
Closed 11 years ago
#14505 closed defect (invalid)
TimeTextBox : "visibleRange" constraint doesn't work
Reported by: | ynorsa | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The "visibleRange" constraint for TimeTextBox? is supposed to define the selection range, but it doesn't work. On the reference page, in the first programmatic example : http://dojotoolkit.org/reference-guide/dijit/form/TimeTextBox.html The range is defined as following :
visibleRange: 'T01:00:00'
And yet you can choose any time from midnight to the end of the day.
Note: See
TracTickets for help on using
tickets.
The visibleRange controls how much time you see in the popup at any given time. I think you're confusing that with the min and max attributes in the constraints object.