https://kotlinlang.org logo
#compose
Title
# compose
s

Samir Basnet

03/02/2021, 8:59 AM
I asked it yesterday but nobody's answering. When using dropdown inside a Box the popup starts with box parent but the end goes to end of the screen . I am using fillMaxWidth in Dropdown modifier. Is there any way to limit it's end also to its parent????
l

Lukasz Burcon

03/02/2021, 9:17 AM
how about using constraint layout for that dropdown & options list section?
s

Samir Basnet

03/02/2021, 9:19 AM
Well i am rather looking for proper way to do it or if it's a bug i wanna know that for sure.
2 Views