You have input type text. Google maps autocomplete now supports only window.HTMLInputElement (INPUT tag).
Please check this link on StackOverflow <http://stackoverflow.com/questions/34063439/invalidvalueerror-not-an-instance-of-htmlinputelement> On Friday, January 1, 2016 at 2:28:39 PM UTC+5:30, Steven Ottz wrote: > > I am getting this error using Google Autocomplete > > InvalidValueError: not an instance of HTMLInputElement > > *I am using this in my view * > > <input id="destination" ng-model="achSearch.destination" type="text" > class="form-control" required="required"/> > > *This is my js* > > var input = document.getElementById('destination'); > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
