Skip to content

Commit

Permalink
Merge pull request #44 from 10play/amir/rnr-38-make-link-text-input-n…
Browse files Browse the repository at this point in the history
…ot-be-uppercase

fix: turn off autocapitalize on link
  • Loading branch information
17Amir17 authored Feb 13, 2024
2 parents 8d69b12 + cccc399 commit 945cfea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RichText/Toolbar/EditLinkBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const EditLinkBar = ({
placeholder="Type your URL here..."
autoFocus
style={linkBarStyles.linkInput}
autoCapitalize="none"
/>
<TouchableOpacity
style={linkBarStyles.doneButton}
Expand Down

0 comments on commit 945cfea

Please sign in to comment.