993
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 67: | Linha 67: | ||
arr = optionsValues<!--{$OptId|default:$id|escape:'html'}-->.filter(data => { | arr = optionsValues<!--{$OptId|default:$id|escape:'html'}-->.filter(data => { | ||
return data.phrases.filter(curr => curr.toLowerCase().indexOf(searchWord) > -1); | return data.phrases.filter(curr => curr.toLowerCase().indexOf(searchWord) > -1).length > 0; | ||
}).map(option => { | }).map(option => { | ||
let isSelected = option.group === selectBtn<!--{$id|default:''|escape:'html'}-->.firstElementChild.innerText ? "selected" : ""; | let isSelected = option.group === selectBtn<!--{$id|default:''|escape:'html'}-->.firstElementChild.innerText ? "selected" : ""; | ||
let html = ""; | let html = ""; |