Ticket #6388 (new enhancement)
required check for other form widgets (checkbox, textarea, etc)
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Dijit | Version: | 1.1.0 |
| Severity: | normal | Keywords: | validation required checkbox radio select textarea |
| Cc: | josh@…, toonetown |
Description (last modified by bill) (diff)
ValidationTextbox is a great widget for form validation, but to really use dojo for full form validation I think a couple issues need to be addressed. The following objects could use a required="true" attribute for form validation:
MultiSelect, FilteringSelect, ComboBox CheckBox, Radio Textarea, SimpleTextarea
What's nice about ValidationTextbox? is the interface it presents to the user when invalid data is entered. In order to make any of the above required form elements, custom validation coding is needed - unless I missed something???
I believe dojo.validate.check in 0.4 used to support validating some of these items before.
Thanks,
Josh