webscopeio / react-textarea-autocomplete

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

Allow autocomplete to be selected when pressing space? #210

Closed ThomasAunvik closed 3 years ago

ThomasAunvik commented 3 years ago

Hi, i was wondering if it was possible to autocomplete whenever you hit the space key? As if you were hitting enter.

jukben commented 3 years ago

Hey, that's great idea but unfortunately the API is not defined in that way.

ThomasAunvik commented 3 years ago

That's unfortunate.