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)
Unintended behavior
View staffing
Description
Jetpack Compose version:
(compose-bom = "2024.09.02")
Jetpack Compose component(s) used:
Android Studio Build: 2024.1.2 Patch 1 Build #AI-241.19072.14.2412.12360217, built on September 12, 2024
Kotlin version: kotlin = "1.9.23"
Steps to Reproduce or Code Sample to Reproduce:
When I place the above OutlinedTextField at the bottom of the screen, the DropdownMenu appears very far away from the IconButton in the trailingIcon. I would like it so that I could pass in a parameter to the DropdownMenu "ignore screen margins" to make the following code (located in commonMain/androidx/compose/material/Menu.kt in the DropdownMenuPositionProvider) use a value of
0
for theverticalMargin
so that the DropdownMenu appears right above the IconButton