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