textfield linecount
This commit is contained in:
@@ -52,6 +52,8 @@ class AddFeedDialog extends HookConsumerWidget {
|
||||
),
|
||||
controller: textController,
|
||||
keyboardType: TextInputType.url,
|
||||
minLines: 1,
|
||||
maxLines: 10,
|
||||
validator: (value) {
|
||||
return validateUrl(
|
||||
value,
|
||||
|
||||
Reference in New Issue
Block a user