Hello,
Upon implementing the TextArea component into our project we ended up having a horizontal resize issue with the FormGroup and TextArea components:

Note: There may also be a bug in the FormGroup for losing the stacking nature but I'll leave that up to you to determine the best approach (if any) to take.
Currently we are getting around this by using:
style={{ resize: 'vertical' }}
Which limits the resizing to the vertical axis... But it would be greatly appreciated if we could get a prop that allows us to control this without the need of inline styles.
I am looking at the API on the following site, please let me know if it's not the latest set of API.
https://patternfly-react.surge.sh/patternfly-4/components/textarea/
Thanks in advance!
Reactions are currently unavailable
Hello,
Upon implementing the TextArea component into our project we ended up having a horizontal resize issue with the FormGroup and TextArea components:
Note: There may also be a bug in the FormGroup for losing the stacking nature but I'll leave that up to you to determine the best approach (if any) to take.
Currently we are getting around this by using:
style={{ resize: 'vertical' }}Which limits the resizing to the vertical axis... But it would be greatly appreciated if we could get a prop that allows us to control this without the need of inline styles.
I am looking at the API on the following site, please let me know if it's not the latest set of API.
https://patternfly-react.surge.sh/patternfly-4/components/textarea/
Thanks in advance!