restrict room name to single line
This commit is contained in:
+1
@@ -54,6 +54,7 @@ fun LabelledTextField(
|
||||
value = value,
|
||||
placeholder = { Text(placeholder) },
|
||||
onValueChange = onValueChange,
|
||||
singleLine = maxLines == 1,
|
||||
maxLines = maxLines,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user