jamieholst / selectToAutocomplete

Turns any select tag into an autocomplete field with weighted options, synonyms and loose matching
http://baymard.com/labs/country-selector
1.35k stars 145 forks source link

Downloaded demo scripts do not work correctly for IE 8 and Firefox. However the demo website does work correctly. IE 8 and Firefox show as a physical select box. #67

Closed KrazyIvan closed 10 years ago

jamieholst commented 10 years ago

Seems to work fine in Firefox on my end.

Which version are you using? Could you try cracking open the inspector and check for any JavaScript errors?

KrazyIvan commented 10 years ago

Looks like the file includes were missing the initial / in the beginning for me. I was using the latest version from the source... thanks for following back up.

On Mon, Aug 18, 2014 at 10:57 AM, Jamie Appleseed notifications@github.com wrote:

Seems to work fine in Firefox on my end.

Which version are you using? Could you try cracking open the inspector and check for any JavaScript errors?

— Reply to this email directly or view it on GitHub https://github.com/JamieAppleseed/selectToAutocomplete/issues/67#issuecomment-52503950 .

jamieholst commented 10 years ago

Glad to hear it worked out and thanks for taking the time to report :)