Singleline for search room list TextField
This commit is contained in:
parent
4a985aac98
commit
a95067ae0d
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ internal fun RoomListSearchResultContent(
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.focusRequester(focusRequester),
|
.focusRequester(focusRequester),
|
||||||
value = filter,
|
value = filter,
|
||||||
|
singleLine = true,
|
||||||
onValueChange = { state.eventSink(RoomListEvents.UpdateFilter(it)) },
|
onValueChange = { state.eventSink(RoomListEvents.UpdateFilter(it)) },
|
||||||
colors = TextFieldDefaults.colors(
|
colors = TextFieldDefaults.colors(
|
||||||
focusedContainerColor = Color.Transparent,
|
focusedContainerColor = Color.Transparent,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue