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
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
A React component that let's you mention people in a textarea like you are used to on Facebook or Twitter.
9
9
10
-
Used in production at [Signavio](https://signavio.com), [State](https://state.com), [Snips](https://snips.ai), [Swat.io](https://swat.io), [GotDone](https://www.gotdone.me), [Volinspire](https://volinspire.com), [Marvin](https://amazingmarvin.com), [Timely](https://timelyapp.com), [GuideFitter](https://www.guidefitter.com/), [Evite](https://www.evite.com/), [Publer](https://publer.me/), [Kontentino](https://www.kontentino.com/), and [you?](https://github.com/signavio/react-mentions/edit/master/README.md)
10
+
Used in production at [Signavio](https://signavio.com), [State](https://state.com), [Snips](https://snips.ai), [Swat.io](https://swat.io), [GotDone](https://www.gotdone.me), [Volinspire](https://volinspire.com), [Marvin](https://amazingmarvin.com), [Timely](https://timelyapp.com), [GuideFitter](https://www.guidefitter.com/), [Evite](https://www.evite.com/), [Publer](https://publer.me/), [Kontentino](https://www.kontentino.com/), [Wix.com](https://wix.com), [Highlight](https://highlight.run/)and [you?](https://github.com/signavio/react-mentions/edit/master/README.md)
11
11
12
12
## Getting started
13
13
@@ -65,6 +65,7 @@ The `MentionsInput` supports the following props for configuring the widget:
65
65
| inputRef | React ref | undefined | Accepts a React ref to forward to the underlying input element |
66
66
| allowSuggestionsAboveCursor | boolean | false | Renders the SuggestionList above the cursor if there is not enough space below |
67
67
| a11ySuggestionsListLabel | string |`''`| This label would be exposed to screen readers when suggestion popup appears |
68
+
| customSuggestionsContainer | function(children) | empty function | Allows customizing the container of the suggestions |
68
69
69
70
Each data source is configured using a `Mention` component, which has the following props:
70
71
@@ -102,13 +103,8 @@ We recommend using [@testing-library/user-event](https://github.com/testing-libr
102
103
Spawn a development server with an example page and module hot loading all set up:
0 commit comments