Opened 13 years ago
Closed 13 years ago
#7296 closed defect (fixed)
dojox.form._FormSelectWidget: allow for setting value with non-string, non-object
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Form | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Even though the official "values" of a dropdown are strings, it is nice at times to be able to set the value by passing a number (or possibly a boolean) which is then converted into a string. Other form widgets (such as dijit.form.ValidationTextBox?) allow for this.
Note: See
TracTickets for help on using
tickets.
(In [14601]) Fixes #7296 - if a non-string, non-object is passed in, turn it into a string