You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Typeaheads for Draft.js inspired by Facebook.com.
8
8
9
9
This package provides a higher-order component that wraps draft's `Editor` component and augments it with typeahead superpowers. One popular use for draft-js-typeahead is to add support for mentions in draft editors.
10
10
11
+
-
12
+
11
13
draft-js-typeahead helps in three ways:
12
14
- It figures out *if* and *where* the typeahead should be showing.
13
15
- It keeps track of the typeahead's highlighted item.
@@ -34,7 +36,11 @@ First we'll need to import `TypeaheadEditor`:
0 commit comments