mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
Remote Setup: Let the clone url text field expand
This commit is contained in:
@ -137,6 +137,8 @@ class GitCloneUrlKnownProviderPageState
|
|||||||
textInputAction: TextInputAction.done,
|
textInputAction: TextInputAction.done,
|
||||||
onFieldSubmitted: (String _) => formSubmitted(),
|
onFieldSubmitted: (String _) => formSubmitted(),
|
||||||
initialValue: widget.initialValue,
|
initialValue: widget.initialValue,
|
||||||
|
minLines: 1,
|
||||||
|
maxLines: 3,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user