You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The column's width is set as 8rem which is enough for the date format output.
But the DatePicker itself sets the min-width CSS property additionally as 12.5625rem.
Bug Description
The column's width is set as 8rem which is enough for the date format output.
But the DatePicker itself sets the
min-width
CSS property additionally as12.5625rem
.ui5-webcomponents/packages/main/src/themes/DatePicker.css
Line 44 in 5d0a924
So the rest of right side is hidden in this case.

I think it's unnecessary since there is
calc(var(--_ui5_input_min_width) + var(--_ui5_input_icon_width))
already.ui5-webcomponents/packages/main/src/themes/DatePicker.css
Line 15 in 5d0a924
Affected Component
DatePicker
Expected Behaviour
Isolated Example
No response
Steps to Reproduce
No response
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.10.0
Browser
Chrome
Operating System
MacOS
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: