fix: Disable autocorrect for the homeserver url field
This commit is contained in:
parent
baf80ae0d0
commit
da154e2b4e
2 changed files with 6 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ class HomeserverPickerView extends StatelessWidget {
|
|||
readOnly: !AppConfig.allowOtherHomeservers,
|
||||
onSubmit: (_) => controller.checkHomeserverAction(),
|
||||
unfocusOnClear: false,
|
||||
autocorrect: false,
|
||||
),
|
||||
elevation: 0,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue