feat: 为待办内容增加行数限制

This commit is contained in:
Super12138 2026-02-08 08:07:31 +08:00
parent bc9face5a1
commit c60805ae3c

View file

@ -23,6 +23,7 @@ fun TodoContentTextField(
value = value,
onValueChange = onValueChange,
label = { Text(stringResource(R.string.placeholder_add_todo)) },
maxLines = 3,
isError = isError,
supportingText = {
AnimatedVisibility(