diff --git a/src/components/AddressSearch.js b/src/components/AddressSearch.js index 32c06eccdcb0..0c5c6179a2f2 100644 --- a/src/components/AddressSearch.js +++ b/src/components/AddressSearch.js @@ -83,9 +83,7 @@ const defaultProps = { state: 'addressState', zipCode: 'addressZipCode', }, - - // A maximum of -1 means the user can enter as many characters as they want - maxInputLength: -1, + maxInputLength: undefined, }; // Do not convert to class component! It's been tried before and presents more challenges than it's worth.