Skip to content

Commit 5c8378d

Browse files
committed
release 1.1.3
1 parent bdbdd39 commit 5c8378d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var ReactGoogleAutocomplete = function (_React$Component) {
7777
var observerHack = new MutationObserver(function () {
7878
observerHack.disconnect();
7979
if (_this2.refs && _this2.refs.input) {
80-
_this2.refs.input.autocomplete = 'disable-autofill';
80+
_this2.refs.input.autocomplete = 'off';
8181
}
8282
});
8383
observerHack.observe(this.refs.input, {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-autocomplete",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "React component for google autocomplete.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)