File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ var ReactGoogleAutocomplete = function (_React$Component) {
6565 value : function componentDidMount ( ) {
6666 var _this2 = this ;
6767
68+ // TODO: only take options as configuration object, remove config props from the components props.
6869 var _props = this . props ,
6970 _props$types = _props . types ,
7071 types = _props$types === undefined ? [ '(cities)' ] : _props$types ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-google-autocomplete" ,
3- "version" : " 1.2.4 " ,
3+ "version" : " 1.2.5 " ,
44 "description" : " React component for google autocomplete." ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export default class ReactGoogleAutocomplete extends React.Component {
2929 }
3030
3131 componentDidMount ( ) {
32+ // TODO: only take options as configuration object, remove config props from the components props.
3233 const {
3334 types = [ '(cities)' ] ,
3435 componentRestrictions,
You can’t perform that action at this time.
0 commit comments