I'd like to know how to highlight some text within an input box; simple example, let's say I want to highlight all the terms starting by "@" while typing.
All the terms are retrieved from a remote autocomplete suggestions list.
The problem I'm facing is this input box, because I can't add html tags around the text and therefore can't make css on those specific terms...
Thanks for your help !
Cheers!