Blazor Date Picker
May 10, 2023
Hi there
This very simple Blazor component doesn’t use JavaScript, can be initialized to a date value and will raise an event after user selection.
I was struggling with the native DateTimePicker as it lacks some customization, I couldn’t find anything though.. well yes components from big companies but I prefer write my code so I decided to write a very simple one as the logic is quite easy.
This code is not optimized just left it simple and very basic in order to allow everybody to use it and take advantage..
Every suggestion is welcome.