Show
Ignore:
Timestamp:
04/08/08 15:38:57 (9 months ago)
Author:
wolfram
Message:

+ highlightMatch option to combobox, fixes#6461
+ CSS dijitComboBoxHighlightMatch class

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/form/test_ComboBox.html

    r13269 r13288  
    205205        </div> 
    206206        <hr> 
    207         <p>ComboBox #4: url, autoComplete=false required=true:</p> 
     207        <p>ComboBox #4: url, autoComplete=false required=true and highlightMatch=false</p> 
    208208        <label for="combobox4">US State test 4: </label> 
    209209        <input dojoType="dijit.form.ComboBox" 
     
    218218                        id="combobox4" 
    219219                        required="true" 
     220                        highlightMatch="false" 
    220221        > 
    221222        <span>Value: <input id="value4" disabled></span>