We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f9f7f commit 4b60fe6Copy full SHA for 4b60fe6
1 file changed
core/ui-common/src/main/kotlin/com/wire/android/ui/common/SearchBar.kt
@@ -57,6 +57,7 @@ fun SearchBarInput(
57
textState: TextFieldState,
58
modifier: Modifier = Modifier,
59
inputModifier: Modifier = Modifier,
60
+ clearButtonModifier: Modifier = Modifier,
61
placeholderTextStyle: TextStyle = LocalTextStyle.current,
62
placeholderAlignment: Alignment.Horizontal = Alignment.CenterHorizontally,
63
interactionSource: MutableInteractionSource = remember { MutableInteractionSource() },
@@ -65,7 +66,6 @@ fun SearchBarInput(
65
66
isLoading: Boolean = false,
67
inputEnabled: Boolean = true,
68
semanticDescription: String? = null,
- clearButtonModifier: Modifier = Modifier,
69
onTap: (() -> Unit)? = null
70
) {
71
0 commit comments