dijit.form.Select always disabled
After a revision of around 20733, the diji.form.Select broke. The dijit tests work, but none of the Selects in my app do. I tried to track down the exact reason but could not. It would appear the cause is from using setStore. When doing this, the widget does not recover, even when calling attr("disabled", false) with a timeout.
Attaching a test case.
Change History (4)
Owner: |
changed from dante to bill
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Component: |
Dijit →
Dijit - Form
|
Yah, I broke when select starts out w/no options and then the options are added later, I'll fix that.