Skip to content

Commit

Permalink
Prevent the height of URL TextInput to grow when URL length is too long
Browse files Browse the repository at this point in the history
  • Loading branch information
MasoudFallahpourbaee committed Oct 30, 2023
1 parent 5ef6cb7 commit 5ec5af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestApp/src/standalonewebview/StandaloneWebViewScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function StandaloneWebViewScreen() {
keyboardType={`url`}
autoCorrect={false}
autoCapitalize={'none'}
numberOfLines={1}
style={styles.urlInput}
defaultValue={url}
placeholder="Enter the URL to load..."
Expand Down

0 comments on commit 5ec5af6

Please sign in to comment.