Twitter-style autocomplete in textarea

前端 未结 10 1363
情歌与酒
情歌与酒 2020-12-02 06:38

I am looking for a Javascript autocomplete implementation which includes the following:

  • Can be used in a HTML textarea
  • Allows for typing regular text
10条回答
  •  不思量自难忘°
    2020-12-02 07:00

    Another great library which solves this problem At.js (deprecated)

    Source

    Demo

    They are now suggesting the Tribute library

    https://github.com/zurb/tribute

    Example

提交回复
热议问题