react-textarea-autosize icon indicating copy to clipboard operation
react-textarea-autosize copied to clipboard

Is there a way to get the cursor position?

Open hyunwoona opened this issue 4 years ago • 1 comments

Hi,

I want to track where the user's cursor currently is. Is there a way I can do this?

hyunwoona avatar Apr 15 '21 08:04 hyunwoona

Grab the ref and check it on the provided DOM node.

Andarist avatar Apr 15 '21 11:04 Andarist