mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 16:46:51 +08:00
CloneUrlInput: All it to expand vertically
Ideally one should remove the code duplication of this form, but for now duplicating the code is just so much simpler.
This commit is contained in:
@ -54,6 +54,8 @@ class GitCloneUrlPageState extends State<GitCloneUrlPage> {
|
||||
textInputAction: TextInputAction.done,
|
||||
onFieldSubmitted: (String _) => formSubmitted(),
|
||||
initialValue: widget.initialValue,
|
||||
minLines: 1,
|
||||
maxLines: 3,
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user