PHondogo
11/22/2024, 7:19 PMSelectionContainer {
DropdownMenu(...) {
Text("Some text") // when click on text got java.lang.IllegalArgumentException: layouts are not part of the same hierarchy
}
}
Is it known issue or should i create new one?PHondogo
11/22/2024, 11:22 PMAlexander Maryanovsky
11/23/2024, 3:39 PMPHondogo
11/23/2024, 3:45 PMAlexander Maryanovsky
11/23/2024, 4:01 PMSelectionContainer
allows the user to select text across several textual elements. The content of a dropdown is displayed in a separate layout hierarchy; possibly in a separate window. You can’t select text across different layout hierarchies.PHondogo
11/23/2024, 4:03 PMAlexander Maryanovsky
11/23/2024, 4:04 PMPHondogo
11/23/2024, 4:41 PM