Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Auto-Capitalization in Text Fields of SettingsViewController #248

Merged
merged 1 commit into from Dec 14, 2023

Conversation

bjorkert
Copy link
Contributor

@bjorkert bjorkert commented Dec 6, 2023

This update involves setting autocapitalizationType to .none for each text field, thereby disabling automatic capitalization when a user starts typing. The change is aimed at improving user input experience, especially for fields where automatic capitalization is not necessary or could be problematic, like URLs, tokens, usernames, and passwords. The change is systematically applied in the .cellSetup closure for multiple text fields, complementing the existing autocorrectionType = .no setting.

@marionbarker marionbarker merged commit bf82995 into dev Dec 14, 2023
@marionbarker marionbarker deleted the disable-textfield-autocapitalization branch December 20, 2023 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants