Skip to content

Commit

Permalink
Merge pull request Expensify#30424 from c3024/30198-selectTextOnFocus…
Browse files Browse the repository at this point in the history
…-for-GoogleAutoComplete

add selectTextOnFocus for GooglePlacesAutoComplete
  • Loading branch information
Julesssss authored Nov 13, 2023
2 parents adb041a + 6066800 commit 771f252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AddressSearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ function AddressSearch(props) {
},
maxLength: props.maxInputLength,
spellCheck: false,
selectTextOnFocus: true,
}}
styles={{
textInputContainer: [styles.flexColumn],
Expand Down

0 comments on commit 771f252

Please sign in to comment.