0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Merge pull request #7694 from thunderbird/disable_autocorrect_for_email_address

Disable auto-correct for email address input
This commit is contained in:
cketti 2024-03-05 13:12:23 +01:00 committed by GitHub
commit 9905f0ae28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ fun TextFieldOutlinedEmailAddress(
readOnly = isReadOnly,
isError = hasError,
keyboardOptions = KeyboardOptions(
autoCorrect = false,
keyboardType = KeyboardType.Email,
),
singleLine = true,