textarea中的自动完成功能,对于angular2的下拉建议,如typeahead

时间:2017-02-03 06:41:02

标签: angular drop-down-menu autocomplete textarea

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 。任何帮助都会很棒。

0 个答案:

没有答案