Make custom label input field single line

This commit is contained in:
MM20 2022-09-21 18:02:13 +02:00
parent 8a1741d1d7
commit cc4df325ad
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -110,6 +110,7 @@ fun CustomizeSearchableSheet(
onValueChange = {
customLabelValue = it
},
singleLine = true,
placeholder = {
Text(searchable.label)
},