Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug - TextArea - missing modifier class causes layout issues #11472

Open
nicolethoen opened this issue Jan 23, 2025 · 0 comments
Open

Bug - TextArea - missing modifier class causes layout issues #11472

nicolethoen opened this issue Jan 23, 2025 · 0 comments

Comments

@nicolethoen
Copy link
Contributor

RHOAI is reporting PF6 text areas look odd when focused as the text is visible beyond the bounds of the focus outline. Also the cursor is cut off. It looks fine when not in focus though.

Image

from @mcoker: looks like the react component is missing a class that fixes that.
Add className="pf-m-textarea" to <TextArea /> and that should fix it.

cc @christianvogt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs triage
Development

No branches or pull requests

1 participant