webscopeio / react-textarea-autocomplete

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

Allow possibility for tokens containing whitespace #59

Closed jukben closed 6 years ago

jukben commented 6 years ago

This request come from https://github.com/webscopeio/react-textarea-autocomplete/issues/58

This PR provides new config of trigger allowWhitespace. When this flag is on, dataProvider will get also tokens containing whitespace thus autocomplete won't be closed with space delimiter.