I have same issue. Any luck with this?

Thanks,
Nikita

On Friday, May 20, 2016 at 6:10:09 PM UTC+3, Tim L wrote:
>
> Thanks,
>
> But 
>
> <input  id="destination" ng-model="achSearch.destination"  type="text" 
> class="form-control" required="required"/>
>
> It's a window.HTMLInputElement (INPUT tag) no ?
>
> Le mardi 12 janvier 2016 13:47:14 UTC+1, Nagesh Dhanashetti a écrit :
>>
>> 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 
"Angular and AngularJS discussion" 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.

Reply via email to