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 Feb 2, 2023. It is now read-only.
Using browser IE10 and making use of placesAutocompleteDataset without input parameter language; which triggers var language = _ref$language === undefined ? navigator.language.split('-')[0] : _ref$language;
This results in error for ie10 browser. Adding an input parameter resolves situation.
The text was updated successfully, but these errors were encountered:
@vvo Right bug is still in play. On my end since the workaround is so easy just add the language parameter .. so there's that. Yes bug is still in play.
Bug Report on latest tag v1.4.9
Using browser IE10 and making use of placesAutocompleteDataset without input parameter language; which triggers
var language = _ref$language === undefined ? navigator.language.split('-')[0] : _ref$language;
This results in error for ie10 browser. Adding an input parameter resolves situation.
The text was updated successfully, but these errors were encountered: