mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-21 07:03:25 +08:00
ChecklistEditor: Let the text expand into multiple lines
This commit is contained in:
@ -250,7 +250,7 @@ class _ChecklistItemTileState extends State<ChecklistItemTile> {
|
|||||||
var editor = TextField(
|
var editor = TextField(
|
||||||
focusNode: widget.focusNode,
|
focusNode: widget.focusNode,
|
||||||
keyboardType: TextInputType.text,
|
keyboardType: TextInputType.text,
|
||||||
maxLines: 1,
|
maxLines: null,
|
||||||
style: style,
|
style: style,
|
||||||
textCapitalization: TextCapitalization.sentences,
|
textCapitalization: TextCapitalization.sentences,
|
||||||
controller: _textController,
|
controller: _textController,
|
||||||
|
Reference in New Issue
Block a user