Closed sion-corn closed 4 years ago
Hi, your implementation is fine. It seems there is a bug in blazor (https://github.com/dotnet/aspnetcore/issues/5616).
I've applied the workaround to the demo app (https://blazordaterangepicker.azurewebsites.net/).
Can you please check the demo app in mobile safari and confirm that there is no more issue? If the demo app is fine I'll publish fixed package. And what platform and package version are you using (server-side/wasm/netcore3.1/net5)?
@jdtcn Hi Sergey, thanks for taking a look. I checked both the SingleDatePicker and the Custom input markup pages, and it works perfectly. Thanks! Please let me know when I can pull down the package from nuget. Thanks again!
I've published fixed packages 2.11.0 & 3.0.0-rc1-02
Nice, I updated it and it works - thank you for your quick fix.
It works on desktop chrome, but does not work on Mobile Safari. Am I missing something in my implementation?