Hello Everyone, I am using the DatePickerDialog fr...
# compose
e
Hello Everyone, I am using the DatePickerDialog from material3, on smaller screen sizes 4" for example. The dialog is bigger than the screen size. Thus my action buttons are not appearing. I am using androidx.compose.material3material31.1.0
s
Yeap that’s the case. That component doesn’t seem to adapt itself very well to small sizes. I don’t think there’s anything you can do other than • Make a bug report about it and wait for resolution • Copy the implementation and adjust the UI according to your needs • Don’t use the date picker.
e
thanks a lot for your answer!!