You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: