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