webscopeio / react-textarea-autocomplete

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

Is it possible to add a way to set a default on load of the component? #215

Closed victorabraham closed 3 years ago

victorabraham commented 3 years ago

I cannot find a prop that we can use to set initial value. Is it possible?

jukben commented 3 years ago

Hey, this should be possible with simple value. It will be passed to underlaying textarea 👍

victorabraham commented 3 years ago

Thank you for the response.