993
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 63: | Linha 63: | ||
arr = optionsImage.filter(data => { | arr = optionsImage.filter(data => { | ||
return | return data.label.toLowerCase().indexOf(searchWord) > -1; | ||
}).map(option => { | }).map(option => { | ||
let isSelected = option.group === selectBtn.firstElementChild.innerText ? "selected" : ""; | let isSelected = option.group === selectBtn.firstElementChild.innerText ? "selected" : ""; |