Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Can't make geocomplete ONLY work on one field #316

Open
mugishajk opened this issue Mar 4, 2017 · 0 comments
Open

Can't make geocomplete ONLY work on one field #316

mugishajk opened this issue Mar 4, 2017 · 0 comments

Comments

@mugishajk
Copy link

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 !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant