restrict room name to single line
This commit is contained in:
parent
4fa0329ccd
commit
adc1c37789
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ fun LabelledTextField(
|
||||||
value = value,
|
value = value,
|
||||||
placeholder = { Text(placeholder) },
|
placeholder = { Text(placeholder) },
|
||||||
onValueChange = onValueChange,
|
onValueChange = onValueChange,
|
||||||
|
singleLine = maxLines == 1,
|
||||||
maxLines = maxLines,
|
maxLines = maxLines,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue