webscopeio / react-textarea-autocomplete

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

Overload setCaretPosition to also take selection position as params #187

Open XRP-DEV opened 4 years ago

XRP-DEV commented 4 years ago

It would be nice if the method setCaretPosition could have the following signature. setCaretPosition(selectionStart, selectionEnd) or also allow the usage of setSelecetionRange.