webscopeio / react-textarea-autocomplete

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

How does one actually get a content from this component? #51

Closed jvorcak closed 6 years ago

jvorcak commented 6 years ago

I want to create a wrapper around this component and I'm struggling with how to use some getter/setter for a content.

I'm missing something as value and onChange properties. How could one let's say use this with Redux?

Or maybe it's just missing in a docs?

jvorcak commented 6 years ago

Oh now I see it

Note: Every other props than the mentioned below will be propagated to textarea itself