wave icon indicating copy to clipboard operation
wave copied to clipboard

Cannot add refs to a Textarea

Open garthtee opened this issue 3 years ago • 1 comments

A ref cannot be added to a Textarea as it's a functional component. Using form libraries to control an input/textarea requires form inputs to allow refs to be passed. I've had a look at the Input component and it has a forward ref.

I'm happy to implement a forwardRef for this if everyone accepts this as an issue!

garthtee avatar Sep 30 '21 14:09 garthtee

Will be handled as a part of #169

nlopin avatar Oct 07 '21 09:10 nlopin