While the Textarea component respects the resize prop for disabling or restricting resize capabilities, the TextareaField component doesn't seem to properly pass it through to the underlying Textarea
Reproduction
See this codesandbox for a working example.
Expected behaviorresize prop is properly forwarded to <Textarea />
Issue
While the
Textarea
component respects theresize
prop for disabling or restricting resize capabilities, theTextareaField
component doesn't seem to properly pass it through to the underlyingTextarea
Reproduction See this codesandbox for a working example.
Expected behavior
resize
prop is properly forwarded to<Textarea />