fix: Disable autocorrect for the homeserver url field

This commit is contained in:
Sorunome 2021-08-16 18:25:46 +02:00
commit da154e2b4e
2 changed files with 6 additions and 1 deletions

View file

@ -38,6 +38,7 @@ class HomeserverPickerView extends StatelessWidget {
readOnly: !AppConfig.allowOtherHomeservers,
onSubmit: (_) => controller.checkHomeserverAction(),
unfocusOnClear: false,
autocorrect: false,
),
elevation: 0,
),