zurb / tribute

ES6 Native @mentions

Home Page:https://zurb.github.io/tribute/example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replacing words that contains space

white-joker opened this issue · comments

When used in autocomplete mode only last word is replaced with matched item. It is fine if word doesn't contain space, but is there a way to replace whole matched part of word?
Example: if you type "java scr" and matched item is "java script" you'll get "java java script" after item selection.