Make custom label input field single line
This commit is contained in:
parent
8a1741d1d7
commit
cc4df325ad
@ -110,6 +110,7 @@ fun CustomizeSearchableSheet(
|
||||
onValueChange = {
|
||||
customLabelValue = it
|
||||
},
|
||||
singleLine = true,
|
||||
placeholder = {
|
||||
Text(searchable.label)
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user