We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbdd39 commit 5c8378dCopy full SHA for 5c8378d
lib/index.js
@@ -77,7 +77,7 @@ var ReactGoogleAutocomplete = function (_React$Component) {
77
var observerHack = new MutationObserver(function () {
78
observerHack.disconnect();
79
if (_this2.refs && _this2.refs.input) {
80
- _this2.refs.input.autocomplete = 'disable-autofill';
+ _this2.refs.input.autocomplete = 'off';
81
}
82
});
83
observerHack.observe(this.refs.input, {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-google-autocomplete",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"description": "React component for google autocomplete.",
5
"main": "index.js",
6
"scripts": {
0 commit comments