Disabled autocorrect some text fields

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 05:01:04 +01:00
parent 3ea55dfaa4
commit 461470a56d
3 changed files with 5 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ class _ModalContent extends ConsumerWidget {
controller: provider.urlController,
onChanged: ref.read(addBookmarkProvider.notifier).validateUrl,
enabled: provider.checkBookmarkLoadStatus != LoadStatus.loading,
autocorrect: false,
decoration: InputDecoration(
prefixIcon: const Icon(Icons.link_rounded),
border: const OutlineInputBorder(