You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In summernote examples documentation I noticed that the editor also provides mentions functionality which I am not able to use in ngx-summernote. I noticed that the SummernoteOptions does not have a hint property defined. Does anyone know how to use this functionality in this angular library?
The text was updated successfully, but these errors were encountered:
Hi @sannanansari ,
I tested out your piece of code because i also am working on a feature with summernote hints and i am getting a console error (TypeError: t.match.test is not a function). I assume you use ngx-summernote. Which version are you using? I assume you also declare config as any because in the summernoteoptions there isn't a hint property. Did you encounter this error? Any help would be greatly appreciated.
In summernote examples documentation I noticed that the editor also provides mentions functionality which I am not able to use in
ngx-summernote
. I noticed that theSummernoteOptions
does not have ahint
property defined. Does anyone know how to use this functionality in this angular library?The text was updated successfully, but these errors were encountered: