dmacfarlane / angular-mentions

Angular mentions for text fields.
MIT License
196 stars 170 forks source link

[feature] trigger by pressing a button #15 #175

Open jaymehtasa opened 4 years ago

jaymehtasa commented 4 years ago

Can you suggest a workaround to trigger the mention list by pressing a button? example use case shown in following image, clicking on "@" button it should trigger the mention list.

image

dmacfarlane commented 4 years ago

See example in #66

jaymehtasa commented 4 years ago

@dmacfarlane thanks for sharing the link, but the solution provided in above example don't work with contentEditable when it's blank.

Do you have any solution for the same?