#8782 closed enhancement (invalid)
Numberspinner: regExp/regExpGen not applicable in
Reported by: | robertlan | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.3.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Constraints in numberspinner should be object instead of regular expression. Or regExpGen be updated to do multiple?
I posted detail examples in dojobook page on how to use it, anyway. http://www.dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/form-validation-specialized-input/number-spinner
Change History (3)
comment:1 Changed 13 years ago by
Component: | General → Dijit |
---|---|
Owner: | anonymous deleted |
Summary: | regExp/regExpGen not applicable in numberspinner → Numberspinner: regExp/regExpGen not applicable in |
Type: | defect → enhancement |
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I'm going to close this as invalid awaiting a response. It seems like you can just use min/max to get what you want...
comment:3 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
I'm not sure what you mean. It already supports setting a min/max. Do you want to specify a set of valid ranges, for example allowing either 1-20 or 50-60 ?