-
Notifications
You must be signed in to change notification settings - Fork 273
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-combobox, ui5-multicombobox): center ValueState text #2733
Conversation
ValueState text is now vertically centered in the ResponsivePopover of the suggestions. Issue: SAP#2274
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because the ResponsivePopover.css styles take effect in input with suggestions, combobox, multi combobox, multi input, select and all date-time components, I think the value state text alignment of the text should be checked for them as well.
(1) Check if this is a bug only in the ComboBox
and
(2) make sure the fix won't break the rest of the components.
…e resp.popover header
The issue was also present in MultiComboBox, I added a fix for it and reverted back the previous value of the responsive popover's header CSS height param. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ValueState text is now vertically centered in the Popover's header. Fixes: SAP#2274
ValueState text is now vertically centered in the Popover's header. Fixes: SAP#2274
ValueState text is now vertically centered in the Popover's header.
Issue: #2274