Skip to content

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

Open
hinzzx wants to merge 1 commit intomainfrom
value-state-dtp-fix
Open

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

Conversation

@hinzzx
Copy link
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
Collaborator

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview March 18, 2026 13:16 Inactive
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.

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

2 participants