SyedWasiHaider / vue-highlightable-input

A vue component to highlight text as you're typing
MIT License
183 stars 30 forks source link

Match whole word #31

Open vasil-atanasov opened 2 years ago

vasil-atanasov commented 2 years ago

Is it possible to match the whole word?

ex. { text: 'ar', style: 'background-color:yellow;' }

This will highlight (ar) from car.

Is is possible to avoid partial highlighing.