2
The input
:
<div class="input-group" style="width:50%;margin-left:auto;margin-right:auto;">
<input class="form-control" vs-google-autocomplete="autoCompleteOptions"
ng-model="address"
vs-latitude="latitude"
vs-longitude="longitude"
vs-city="city"
vs-place-id="placeId"
name="address" type="text">
</div>
The auto-complete-google works normally but when accessed by Androids cell phones the google auto-complete gets like this:
Any idea how to fix this? Or why the bug?
Put input CSS code
– PauloHDSousa
@Paulohdsousa no css is applied, only the bootstrap CSS that is in "class"
– Junior Vilas Boas
@Paulohdsousa ?
– Junior Vilas Boas
Make a
test
create a filehtml
new, without your code, just to know if it is not giving conflict with some plugin.– NoobSaibot