Skip to content

Commit

Permalink
Merge pull request #8186 from Expensify/Rory-FixAutocompleteCrash
Browse files Browse the repository at this point in the history
[CP Stg] Fix autoComplete crash
  • Loading branch information
chiragsalian authored Mar 16, 2022
2 parents dcce4ce + 50518d8 commit ace1836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddressSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const AddressSearch = (props) => {
inputID: props.inputID,
shouldSaveDraft: props.shouldSaveDraft,
onBlur: props.onBlur,
autoComplete: 'none',
autoComplete: 'off',
onChangeText: (text) => {
if (skippedFirstOnChangeTextRef.current) {
props.onChange({street: text});
Expand Down

0 comments on commit ace1836

Please sign in to comment.