Closed AndreyMiloserdov closed 6 years ago
Sometimes it's very need to do something on text select. At this moment needs to get ref on node, find input and add event listener
We don't remove additional props, they're passed onto the <input> element so you should be able to add the event listener the same way you would on a normal input in React.
<input>
Sometimes it's very need to do something on text select. At this moment needs to get ref on node, find input and add event listener