Skip to content

Commit ba9da92

Browse files
committed
added fix for inputAutocompleteValue dom warning
1 parent ed1e203 commit ba9da92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export default class ReactGoogleAutocomplete extends React.Component {
116116
componentRestrictions,
117117
bounds,
118118
apiKey,
119+
inputAutocompleteValue,
119120
...rest
120121
} = this.props;
121122

0 commit comments

Comments
 (0)