sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.64k stars 1.34k forks source link

How to show highlighted search items when using Fuse.js and Vue Select? #1547

Open dosstx opened 2 years ago

dosstx commented 2 years ago

I am new to using Fuse.js and Vue-select. I did read the docs on how to set up Fuse with vue-select, but need a little more help. How does one do the "highlighting" feature with fuse.js and vue-select?

Describe the solution you'd like When user searches for books, the drop down items shall be highlighted with the query of the user's search.

Describe alternatives you've considered None