feature/#14_team_name_suggestions #38

Merged
fabian merged 8 commits from feature/#14_team_name_suggestions into develop 2023-05-16 12:05:50 +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 = { }