Greenstand / treetracker-ios

IOS version of the Treetracker
GNU Affero General Public License v3.0
16 stars 41 forks source link

As a user, I want the name and orgnanization fields to capitalise the first letter of my entry, so that my sign up process is more streamlined #59

Closed AlexCornforth closed 3 years ago

AlexCornforth commented 3 years ago

As a user, I want the name and orgnanization fields to capitalise the first letter of my entry, so that my sign up process is more streamlined

Acceptance Criteria: When I enter my first name on the sign up screen, is the first letter only auto-capitalised When I enter my last name on the sign up screen ,is the first letter only auto-capitalised When I enter my organisation on the sign up screen, is the first letter only auto-capitalised

Solution Guidence: Setting the correct textContentType on the fields should handle this for names. Otherwise use the autocapitalizationType.