We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc6037 commit 81c31c6Copy full SHA for 81c31c6
interface/web/themes/default_combobox/templates/main.tpl.htm
@@ -97,7 +97,7 @@
97
var matcher = new RegExp( $.ui.autocomplete.escapeRegex(request.term), "i" );
98
response( select.children( "option" ).map(function() {
99
var text = $( this ).text();
100
- //if ( this.value && ( !request.term || matcher.test(text) ) )
+ if (( !request.term || matcher.test(text) ) )
101
return {
102
label: text.replace(
103
new RegExp(
0 commit comments