|
|
@ -59,6 +59,7 @@ class _NewsAddFeedDialogState extends State<NewsAddFeedDialog> { |
|
|
|
decoration: const InputDecoration( |
|
|
|
decoration: const InputDecoration( |
|
|
|
hintText: 'https://...', |
|
|
|
hintText: 'https://...', |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
|
|
keyboardType: TextInputType.url, |
|
|
|
validator: (final input) => validateHttpUrl(context, input), |
|
|
|
validator: (final input) => validateHttpUrl(context, input), |
|
|
|
onFieldSubmitted: (final _) { |
|
|
|
onFieldSubmitted: (final _) { |
|
|
|
submit(); |
|
|
|
submit(); |
|
|
|