Sergey

Results 23 comments of Sergey

Hi! Please try `@bind-StartDate` instead of `@bind-Value`, with property of type `DateTimeOffset?`.

I have been thinking about doing this for a long time, but have not yet found a way to leave backward compatibility with NET Core 3.1. If I don't find...

Hello, thank you for your interest in the project and for the information about the findings. I tried to reproduce the problem with navigation but could not, the back button...

Hi Adam! It will be great if you send the code of your test solution, I'll see how the OIDC integration can be done.

Hi, It's a strange situation because `HttpContext.User` must have non-null value regardless authentication state. Have you made any changes in the project files? What environment do you use? Is `httpContextAccessor`...

Hi, you can rename it in your code: ```razor ```

Hi, good news, finally made css and js isolation in version 5.0.0

Hello, I don't think this can be done easily, it's better to look for another component that is more mobile friendly, or use inline mode. This component is not very...

Hi, thanks! I was thinking about it too and I don't know how to implement it properly yet. I think some customization is also possible with css, but of course...

Hi, in version 4.5.0 I added the ability to enable two calendars in single date select mode using the ShowOnlyOneCalendar="false" parameter. Try using it this way: ```razor ```