alphagov / govuk-country-and-territory-autocomplete

An autocomplete widget that uses data from Country and Territory Register.
https://alphagov.github.io/govuk-country-and-territory-autocomplete/examples/
MIT License
36 stars 18 forks source link

Make it work on IE11 out of the box #1

Closed tvararu closed 7 years ago

tvararu commented 7 years ago

While progressive enhancement should give users something to use, it would be great if we could include instructions on how to add the required polyfills for IE11, as a lot of AT users rely on that browser.

tvararu commented 7 years ago

@carolinegreen found that the error is related to Promises not being supported in IE11 and under. I'm almost positive this is because of their use in the picker engine.

tvararu commented 7 years ago

Fixed by @carolinegreen in v0.3.2! 🎉