Allow multi-line entry in note field.
This commit is contained in:
parent
713a34a5e7
commit
97ca15a1c0
1 changed files with 2 additions and 4 deletions
|
@ -290,10 +290,8 @@ private fun NicknameContent(
|
|||
clearable = false,
|
||||
enabled = true,
|
||||
onValueChange = callback::onNoteChanged,
|
||||
keyboardActions = KeyboardActions(onDone = {
|
||||
callback.onSaveClick()
|
||||
}),
|
||||
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Done),
|
||||
keyboardActions = KeyboardActions.Default,
|
||||
keyboardOptions = KeyboardOptions.Default,
|
||||
charactersRemaining = state.noteCharactersRemaining,
|
||||
modifier = Modifier
|
||||
.focusRequester(noteFocusRequester)
|
||||
|
|
Loading…
Add table
Reference in a new issue