fix: add search to category picker

This commit is contained in:
Rafal Wisniewski
2026-05-06 10:49:23 +02:00
parent 6c067f64ce
commit f83bf62655

View File

@@ -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 = {