webscopeio / react-textarea-autocomplete

📝 React component implements configurable GitHub's like textarea autocomplete.
MIT License
451 stars 80 forks source link

Allow different `minChar` for each trigger in ReactTextareaAutocomplete #193

Open Sarthak-Agrawal opened 4 years ago

Sarthak-Agrawal commented 4 years ago

Consider user mentions and emojis. For user mentions, I would like to show username suggestions only after first character is entered after @ and for emojis I would like to show emojis suggestions directly after : is entered.