ErrorPro / react-google-autocomplete

React components for google places API.
MIT License
473 stars 114 forks source link

React Hook overrides the autocomplete attribute from Material UI TextInput #147

Closed alacret closed 2 years ago

alacret commented 2 years ago

When setting autocomplete=off on the TextInput from Material UI, and setting the ref it removes this attribute when rendered.

What we are trying to do is disable the chrome autocomplete box that shows on the HTML input

alacret commented 2 years ago

@wilmer2

ErrorPro commented 2 years ago

@alacret I think theres a prop that you can use to overwrite that