#4506 closed defect (invalid)
ComboBox/FilteringSelect not updating.
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I'm porting my code from 0.4 to 0.9 and I've noticed that the datastore for my ComboBoxes?? and FilteringSelects?? is no longer updating between clicks of the dropdown arrow.
It seems that my datastore is only being hit once per session, as opposed to every time the down arrow is click/text is entered like in dataurl under 0.4.
Others are discussing this and possible hack fixes here: http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/dojo-0-9-combobox-url-store-incremental-search-possible-0-4-comb
A property should be added to either ComboBox/FilteringSelect?? or datastore to refresh the datastore everytime the down arrow is clicked or a search is typed.
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
This is expected behavior given the data store you are using. See my comment in the forum post listed above. This has nothing to do with ComboBox? per se.