Skip to content

Commit

Permalink
selectTextOnFocus for GooglePlacesAutoComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
c3024 committed Oct 26, 2023
1 parent 414d591 commit 6066800
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 6066800

Please sign in to comment.