You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use it with get places library of google to show the dropdown of places. I tried with simple function option and function, service option but I get following error. I am getting the results in console log but before that this error popup and dropdown doesn't showup.
core.js:7376 ERROR TypeError: Cannot read property 'length' of undefined
at AutoCompleteComponent.push../node_modules/ionic4-auto-complete/fesm5/ionic4-auto-complete.js.AutoCompleteComponent.removeDuplicates (ionic4-auto-complete.js:530)
at AutoCompleteComponent.push../node_modules/ionic4-auto-complete/fesm5/ionic4-auto-complete.js.AutoCompleteComponent.setSuggestions (ionic4-auto-complete.js:633)
at ionic4-auto-complete.js:317
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:423)
at Object.onInvokeTask (core.js:26760)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:422)
at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:195)
at push../node_modules/zone.js/dist/zone.js.ZoneTask.invokeTask (zone.js:498)
at ZoneTask.invoke (zone.js:487)
at timer (zone.js:3070)
I'm submitting a
Description
I am trying to use it with get places library of google to show the dropdown of places. I tried with simple function option and function, service option but I get following error. I am getting the results in console log but before that this error popup and dropdown doesn't showup.
I am trying with following code:
Version Information
The text was updated successfully, but these errors were encountered: