Don't allow newlines in TitleInput

pull/3782/merge
Alex Baker 4 days ago
parent c67937815c
commit 55479757aa

@ -75,6 +75,7 @@ fun TitleInput(
color = LocalContentColor.current
),
onValueChange = { setText(it) },
singleLine = true,
keyboardOptions = KeyboardOptions(
capitalization = KeyboardCapitalization.Sentences
),

Loading…
Cancel
Save