release/2.2 #41

Merged
fabian merged 23 commits from release/2.2 into master 2023-06-16 11:11:23 +02:00
Showing only changes of commit 2e40d0315c - Show all commits

View File

@@ -79,7 +79,7 @@ fun TypeaheadTextField(
colors = colors colors = colors
) )
ExposedDropdownMenu( ExposedDropdownMenu(
expanded = isFocused, expanded = isFocused && filtered.isNotEmpty(),
modifier = Modifier modifier = Modifier
.width(with(LocalDensity.current){dropDownWidth.toDp()}), .width(with(LocalDensity.current){dropDownWidth.toDp()}),
onDismissRequest = { } onDismissRequest = { }