jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
182 stars 35 forks source link

the date range picker is not shown up in IE11 #64

Closed arthurtu6153 closed 2 years ago

arthurtu6153 commented 2 years ago

I use this BlazorDateRangePicker with .net core 3.1. My old app still need to run on IE11. I will create a link to open my new app with this net core 3.1 in a pop up windows. so is there any way to support IE11?

jdtcn commented 2 years ago

Hi!

I think you can get it to work in IE, for sure the problem is with clickAndPositionHandler.js javascript file, it may be incompatible with IE11, just replace the calls that are incompatible with IE and consume the corrected version instead of the incompatible one. Are there errors in the browser console?