FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

TextArea resize prop needed · Issue #2839 · patternfly/patternfly-react · GitHub

TextArea resize prop needed #2839

Description

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL