moroshko / react-autowhatever

Accessible rendering layer for Autosuggest and Autocomplete components

Home Page:http://react-autowhatever.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plans to add support for contenteditable divs in the future?

guacamoli opened this issue · comments

It would be awesome to use this to build functionality where the input element can accept rich text (@mentions, tagging, etc.). Since <input> is only plain text, the only way to do it would be with <div contenteditable="true"></div>. Any plans on supporting this in the future?

I think if you will create a PR yourself it will be included to this library way faster :)

Ended up using Facebooks draftJS with mentions plugin. Worked great for this use case.