Skip to content

Commit

Permalink
Add autoCapitalize attribute to LegalNamePage input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Dec 20, 2024
1 parent 1a18f99 commit f7dc051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/settings/Profile/PersonalDetails/LegalNamePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function LegalNamePage() {
role={CONST.ROLE.PRESENTATION}
defaultValue={legalFirstName}
spellCheck={false}
autoCapitalize="words"
/>
</View>
<View>
Expand All @@ -121,6 +122,7 @@ function LegalNamePage() {
role={CONST.ROLE.PRESENTATION}
defaultValue={legalLastName}
spellCheck={false}
autoCapitalize="words"
/>
</View>
</FormProvider>
Expand Down

0 comments on commit f7dc051

Please sign in to comment.