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
I would like to know how to trigger search event with load choices method programmatically inside component after a user clicks a button called 'Mention'.
I've tried to add a reference to ngx-mentions component and trigger the event emitter called search when the user clicks the button and calls openOptions method, but the array with the options doesn't get showed.
I used @ViewChild('ngxMentions') ngxMentionsRef!: NgxMentionsComponent;
I'd like to allow the user either to type @ following a name, or click the 'Mention' button and then type the respective name with the options presented.
The text was updated successfully, but these errors were encountered:
I would like to know how to trigger search event with load choices method programmatically inside component after a user clicks a button called 'Mention'.
I've tried to add a reference to ngx-mentions component and trigger the event emitter called search when the user clicks the button and calls openOptions method, but the array with the options doesn't get showed.
I used @ViewChild('ngxMentions') ngxMentionsRef!: NgxMentionsComponent;
I'd like to allow the user either to type @ following a name, or click the 'Mention' button and then type the respective name with the options presented.
The text was updated successfully, but these errors were encountered: