Changeset 13258

Show
Ignore:
Timestamp:
04/02/08 11:15:50 (9 months ago)
Author:
wolfram
Message:

+ fixes#6381, select value via keyboard didnt set item

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/form/FilteringSelect.js

    r13067 r13258  
    144144                        //              setDisplayedValue() instead 
    145145                        this._isvalid=true; 
     146                        this.item = item; // Fix #6381 
    146147                        this._setValue( this.store.getIdentity(item),  
    147148                                                        this.labelFunc(item, this.store),  
     
    161162                        //              FilteringSelect overrides this to set both the visible and 
    162163                        //              hidden value from the information stored in the menu 
    163                         this.item = tgt.item; 
    164164                        this._setValueFromItem(tgt.item, true); 
    165165                },