hitching / geo-autocomplete

Automatically exported from code.google.com/p/geo-autocomplete
0 stars 0 forks source link

accepting the proposed choice #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
how to force users to validate a proposed choice before living the control?

Original issue reported on code.google.com by thierry....@gmail.com on 6 Oct 2010 at 8:53

GoogleCodeExporter commented 9 years ago
You need to change/add the mustMatch option.  You can find the default at line 
432 of jquery.autocomplete_geomod.js.

I made my line read
  mustMatch: true,
and it worked for me.

Original comment by colin.a....@gmail.com on 2 Nov 2010 at 8:29