Auto Complete Google

Asked

Viewed 100 times

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:

inserir a descrição da imagem aqui

Any idea how to fix this? Or why the bug?

  • Put input CSS code

  • @Paulohdsousa no css is applied, only the bootstrap CSS that is in "class"

  • @Paulohdsousa ?

  • Make a test create a file html new, without your code, just to know if it is not giving conflict with some plugin.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.