arthurvaverko / ngx-highlight

Angular directive to highlight text in the html container and it's children.
https://arthurvaverko.github.io/ngx-highlight/
MIT License
17 stars 8 forks source link

Highlighted text adds a space #12

Closed moarief closed 5 years ago

moarief commented 5 years ago

When using the highlighter, the return character/text get a space added, se example below:

image

This does not allow me to type more than one character, otherwise it returns nothing:

image

How do i fix this?