Anyone has an implementation for `ExposedDropdownM...
# compose-desktop
x
Anyone has an implementation for
ExposedDropdownMenuBox
for desktop? looks like
compose-jb@1.1.1
only has this for
androidMain
https://github.com/JetBrains/compose-jb/issues/1673
l
The current implementation seems to use an Android method to decide where the keyboard is placed to keep the dropdown visible. If you copied the source and removed this, you should be able to use it on desktop or even possibly the iOS prototype.