(bug 38686) Autocompletion support
Provide atocopletion capabilities to the search box: showing the remaining part of the matching element and allow user selection with keyboard. Change-Id: Ic591c3c87632fb56af16b9b15ecedbf9558d674a
This commit is contained in:
committed by
Santhosh Thottingal
parent
5b055bdf5b
commit
d8038afad9
@@ -106,7 +106,10 @@ class UniversalLanguageSelectorHooks {
|
||||
<span class='search-label'></span>
|
||||
</div>
|
||||
<div class='ten columns'>
|
||||
<input type='text' class='filterinput' id='languagefilter' placeholder='Language search' bound='true'/>
|
||||
<div id='search-input-block'>
|
||||
<input type='text' class='filterinput' id='filtersuggestion' disabled='true' autocomplete='off' role='textbox' bound='true'/>
|
||||
<input type='text' class='filterinput' data-suggestion='filtersuggestion' id='languagefilter' placeholder='Language search' bound='true'/>
|
||||
</div>
|
||||
</div>
|
||||
<div class='one column'>
|
||||
<span class='clear-button'></span>
|
||||
|
||||
Reference in New Issue
Block a user