Skip to content

Commit

Permalink
Fix autoComplete crash
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Mar 16, 2022
1 parent c30e95f commit 50518d8
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 50518d8

Please sign in to comment.