wave
wave copied to clipboard
Cannot add refs to a Textarea
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!
Will be handled as a part of #169