#5451 closed defect (fixed)
ComboBox/FilteringSelect: remove ItemFileReadStore dependency
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It turns out that a custom data store tailored just to read the <option> tags in a <select> is only about 40 lines of code, so remove the ItemFileReadStore? dependency from ComboBox? and implement a custom store instead.
(I've got prototype code already so assigning the ticket to myself.)
Change History (4)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
comment:4 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [11942]) ComboBox/FilteringSelect?: remove ItemFileReadStore? dependency. (fixes #5451) Replaced ItemFileReadStore? with a custom store since it's only 30 or 40 lines of code.