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
{{ message }}
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.
I know it seems like a silly issue but I am using geocomplete in meteor on a modal box that has multiple fields (credit card , email , password and address). At first geocomplete did work because i was using it in a modal so i had to add
.pac-container { /* put Google geocomplete list on top of Bootstrap modal */ z-index: 9999; }
after that, geocomplete worked ... a bit too well. On my credit card field , email field , password field and address field. I can't direct the geocomplete to a specific input now since geocomplete only take an "input" so im guessing it listens to every input on the form. Anyway I can block geocomplete on some fields ? Something like geocomplete="off" ?
Thank you !
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I know it seems like a silly issue but I am using geocomplete in meteor on a modal box that has multiple fields (credit card , email , password and address). At first geocomplete did work because i was using it in a modal so i had to add
.pac-container { /* put Google geocomplete list on top of Bootstrap modal */ z-index: 9999; }
after that, geocomplete worked ... a bit too well. On my credit card field , email field , password field and address field. I can't direct the geocomplete to a specific input now since geocomplete only take an "input" so im guessing it listens to every input on the form. Anyway I can block geocomplete on some fields ? Something like geocomplete="off" ?
Thank you !
The text was updated successfully, but these errors were encountered: