使用Ng模型选择下拉列表,而不反映Internet Explorer 11中的更改

时间:2018-12-28 10:13:33

标签: angular internet-explorer drop-down-menu angular-ngmodel

所以我遇到了一个问题,我在代码中使用了html select,并且将ngModel用于两种方式的绑定。它实际上绑定了下拉列表中的值,但是当前它没有绑定任何内容,在IE11中显示为空白。这在chrome和firefox中工作正常。现在,我研究了ngModel不适用于IE11中的select。我可以绑定值吗?

img - works fine on chrome

img - on IE this is happening

尝试使用ng-select却无济于事

1 个答案:

答案 0 :(得分:0)

在src文件夹中,打开polyfills.ts文件,然后取消注释这些行...

/** IE9, IE10 and IE11 requires all of the following polyfills. **/
// import 'core-js/es6/symbol';
// import 'core-js/es6/object';
// import 'core-js/es6/function';
// import 'core-js/es6/parse-int';
// import 'core-js/es6/parse-float';
// import 'core-js/es6/number';
// import 'core-js/es6/math';
// import 'core-js/es6/string';
// import 'core-js/es6/date';
// import 'core-js/es6/array';
// import 'core-js/es6/regexp';
// import 'core-js/es6/map';
// import 'core-js/es6/weak-map';
// import 'core-js/es6/set';