Changeset 13258
- Timestamp:
- 04/02/08 11:15:50 (9 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/form/FilteringSelect.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/form/FilteringSelect.js
r13067 r13258 144 144 // setDisplayedValue() instead 145 145 this._isvalid=true; 146 this.item = item; // Fix #6381 146 147 this._setValue( this.store.getIdentity(item), 147 148 this.labelFunc(item, this.store), … … 161 162 // FilteringSelect overrides this to set both the visible and 162 163 // hidden value from the information stored in the menu 163 this.item = tgt.item;164 164 this._setValueFromItem(tgt.item, true); 165 165 },