Skip to content

fix(ui5-datetime-picker): ensure value state header spans full popover width#13294

Merged
hinzzx merged 1 commit intomainfrom
value-state-dtp-fix
Mar 27, 2026
Merged

fix(ui5-datetime-picker): ensure value state header spans full popover width#13294
hinzzx merged 1 commit intomainfrom
value-state-dtp-fix

Conversation

@hinzzx
Copy link
Copy Markdown
Contributor

@hinzzx hinzzx commented Mar 18, 2026

Problem

The value-state bar at the top of the DateTimePicker popover wasn't stretching to fill its full width.

The reason behind that was ValueStateMessage.css capping the element with max-width, which is fine for narrow components like Input or DatePicker but too restrictive for the wider DateTimePicker popover.

So we overrode those constraints in DateTimePickerPopover.css and removed the max-width restriction.

Before

image

After

image

Fixes: #13266

@ui5-webcomponents-bot
Copy link
Copy Markdown
Collaborator

ui5-webcomponents-bot commented Mar 18, 2026

🧹 Preview deployment cleaned up: https://pr-13294--ui5-webcomponents.netlify.app

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview March 18, 2026 13:16 Inactive
@NHristov-sap NHristov-sap self-requested a review March 25, 2026 13:27
@hinzzx hinzzx merged commit 49f5afc into main Mar 27, 2026
28 of 30 checks passed
@hinzzx hinzzx deleted the value-state-dtp-fix branch March 27, 2026 09:07
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview March 27, 2026 09:07 Inactive
@ui5-webcomponents-bot
Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version v2.21.0-rc.4 🎉

The release is available on v2.21.0-rc.4

Your semantic-release bot 📦🚀

@ui5-webcomponents-bot
Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version v2.21.0 🎉

The release is available on v2.21.0

Your semantic-release bot 📦🚀

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.

[all date/time components]: Visual issues on mobile device

4 participants