Assigned
Status Update
Comments
se...@google.com <se...@google.com> #2
Because exposed dropdown menu is itself a popup window, it would not be confined inside of the dialog. Can you talk a little bit more about your use-case? Based on that we could give some potential suggestions to get the component to work - or an alternative solution.
Description
Jetpack Compose BOM version: 2025.02.00
Material Library Version (M2, M3 or Both?): M3
Material Compose component used: ExposedDropdownMenu
Android Studio Build: #AI-242.23726.103.2422.13016713
Kotlin version: 2.1.10
I need dropdown menu inside my dialog, but it moves vertically instead of cutting if it touches screen border. Besides, I need padding between menu and root text field, but component translates padding from modifier to container's inside instead of adding it to outside.