react-places-autocomplete
react-places-autocomplete copied to clipboard
Disable auto fill feature of chrome browser
By default autocomplete attribute is set to "off", which doesn't work with chrome. However, I tried to put random string in autocomplete attribute and it worked. Please change this behaviour in the file PlacesAutocomplete.js.
I think the autocomplete attribute should be simply removed from this lib and be left for the developer to decide whether or not he wants to disable it.
In my use case, the user enters its home address: in this use case autocomplete should be enabled.
FYI See https://stackoverflow.com/q/12374442/990356 and https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion for autocomplete="off" not working workarounds.
when can this be fixed?