We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found one issue while adding HTML node as a hint content.
Hint match option is '@A'. When user tried to type @A the dropdown with hint is shown
Hint options has a content function as below.
content: function (item) { return $("<span><span class="label label-info">" + item.displayName + "</span><span> </span></span>")[0]; }
While I select from a hint option it seems that it does not update the ng-model and also not firing any on change event.
How should I resolve this?
The text was updated successfully, but these errors were encountered:
summernote/summernote#2160
Sorry, something went wrong.
Merge pull request #2160 from czimnick/patch-1
b43f52b
fix for outsideris/angular-summernote#162
No branches or pull requests
I found one issue while adding HTML node as a hint content.
Hint match option is '@A'.
When user tried to type @A the dropdown with hint is shown
Hint options has a content function as below.
While I select from a hint option it seems that it does not update the ng-model and also not firing any on change event.
How should I resolve this?
The text was updated successfully, but these errors were encountered: