WildAid / o-fish-ios

iOS app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Apache License 2.0
33 stars 15 forks source link

Disable autocorrect on fields #391

Closed shapljts closed 2 years ago

shapljts commented 3 years ago

Autocorrect is capitalizing the first and last name portions of my email address. For fields like this, I would recommend adding ability to just disable autocorrect with textField.autocorrectionType = .no, which can be assigned dynamically on init, of course.

Sheeri commented 2 years ago

Let's disable autocorrect for: login screen - Email/Username Vessel page - Vessel Name, Permit number, Home Port, Business name, Location Crew page - All fields - Captain and crew names, and license numbers