Posted 9 February 2021, 11:48 pm EST - Updated 3 October 2022, 2:32 pm EST
rating icon not show in ie,chrom is displaying
Forums Home / Wijmo / General Discussion
Posted by: bemes9226 on 9 February 2021, 11:48 pm EST
Posted 9 February 2021, 11:48 pm EST - Updated 3 October 2022, 2:32 pm EST
rating icon not show in ie,chrom is displaying
Posted 11 February 2021, 5:18 am EST
Hi,
In IE, you will need to use a special polyfill to enable calculated fields. You can use the following npm library:
https://www.npmjs.com/package/proxy-polyfill
Please refer to the updated sample attached that works in IE. I have imported this polyfill in the main.ts file.
Regards,
Ashwin