How could I provide @mention list during typing in AutoCompleteTextBox ?
Pattern of my mention is like:
String pattern = "@[a-zA-Z0-9_.]+?(?![a-zA-Z0-9_.])";
Sample: consider user try to type two mention and even try to edit one of them, and text is like:
Thank you @marvel308 and @Dav for answering my question