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

fix(ui5-textarea): fix negative textarea growing #8883

Closed
wants to merge 1 commit into from

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented Apr 30, 2024

FIXES: #8767

@MapTo0 MapTo0 requested review from ndeshev and niyap April 30, 2024 13:07
}

:host([rows="1"][value-state="Negative"]:not([readonly]):not([disabled])) .ui5-textarea-inner,
:host([rows="1"][value-state="Critical"]:not([readonly]):not([disabled])) .ui5-textarea-inner {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need that selector as the paddings for the value states are different from the ones valid for the regular textarea.
Applying max-height instead of height is correct but keep the selector, do not combine it with the one for regular textarea.

Also, the issue is fixed for Critical and Negative, but still reproducible for Information - please check it

@github-actions github-actions bot added the Stale label May 29, 2024
@github-actions github-actions bot closed this Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SF][A11y][ui5-textarea]: growingMaxLines does not work when valueState is Error
2 participants