AlbertLucianto / vue-text-highlight

Text highlighter library for Vue.js :lipstick:
https://albertlucianto.github.io/vue-text-highlight
MIT License
326 stars 35 forks source link

Multiple hightlight #27

Closed komxvl closed 4 years ago

komxvl commented 4 years ago

If I type in search input two words, nothing happens. What I need to do for hightlight two words?!

AlbertLucianto commented 4 years ago

text-highlight component accepts Array<string> for queries prop. You can try splitting your search input.

komxvl commented 4 years ago

Work great! Thnk!