dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Fixing Textarea `verticalGrow` as `auto` #1958

Closed GomezIvann closed 7 months ago

GomezIvann commented 7 months ago

Checklist

Description Fixed auto-resizing issues when verticalGrow was set to auto and the value was changed programmatically in the controlled variant.

Closes #1951