fix: add search to category picker
This commit is contained in:
@@ -23,7 +23,7 @@ fun SearchTextOutlined(
|
|||||||
OutlinedTextField(
|
OutlinedTextField(
|
||||||
value = text,
|
value = text,
|
||||||
onValueChange = onTextChange,
|
onValueChange = onTextChange,
|
||||||
modifier = Modifier
|
modifier = modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.focusRequester(focusRequester),
|
.focusRequester(focusRequester),
|
||||||
trailingIcon = {
|
trailingIcon = {
|
||||||
|
|||||||
Reference in New Issue
Block a user