Opened 13 years ago
Closed 13 years ago
#6338 closed defect (fixed)
dojox.form.DropDownSelect should support required="true"
Reported by: | nathan | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
At least, in a very simple manner. If there are no options (because you are dynamically setting them), it's possible that there is no value, when you want one.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | DropDownSelect.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from nathan to dante |
---|
Reassigning to Dante for proxy commit
comment:2 Changed 13 years ago by
Owner: | changed from dante to nathan |
---|---|
Status: | new → assigned |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in changeset 13254
Note: See
TracTickets for help on using
tickets.
Patch which adds rough "required" support to DropDownSelect?. Since an empty box is disabled, it might get a bit weird with multiple invalid elements...