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-select): fixed valuestate message scroll prevention #6548

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

plamenivanov91
Copy link
Contributor

If the valuestate message text is too long, sometimes it all the space of the selec't popover. This way the select items are not visible and can't be accessed by scrolling.
This is why valuestate is no longer in the header slot of the select's popover but in the content slot. This way a scrollbar appears when the valuestate text is too long and the select's items are not visible/accessible.

Fixes #5970

If the valuestate message text is too long, sometimes it all the
space of the selec't popover. This way the select items are not visible
and can't be accessed by scrolling.
This is why valuestate is no longer in the header slot of the
select's popover but in the content slot. This way a scrollbar appears
when the valuestate text is too long and the select's items are not
visible/accessible.

Fixes SAP#5970
@plamenivanov91 plamenivanov91 merged commit ec995f1 into SAP:main Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Select: popover is not scrollable if value state message is too large
2 participants