Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Jetpack Compose version: 2024.12.01
Material Library Version (M2, M3 or Both?): m3
Currently, if
confirmButton
in the DatePickerDialog component has a height that is too large, resulting in the elements of the main component (DatePicker) being clipped.In my opinion, individual elements like
confirmButton
anddismissButton
in theAlertDialogFlowRow
should have their maximum height constrained to avoid breaking the rest of the component. However, the correct "magic" value for this constraint remains unclear.Alternatively, the buttons could be adjusted in such a way that their size doesn't negatively affect other elements in the component.
Steps to Reproduce or Code Sample to Reproduce: