在 angular2 上查找自动填充文字区域的api (在输入@,hashtag支持,关键字...后提及用户...) angular2 ,例如smart-area搜索它很长一段时间。在我的textarea里面
<textarea class="comment-input" i18n-placeholder="leave a comment placeholder|leave a comment field placeholder text" placeholder="leave a comment" #commentInput
(keyup.enter)="addComment()"
(blur)="notifyUnsavedComment()"
(input)="adjustHeightForCommentInput()"></textarea>
textarea中的Dropdown建议是否有任何api typedef 。任何帮助都会很棒。