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