Keith
Keith
Localization will need to be addressed now that Blazor has support for it: https://docs.microsoft.com/en-us/aspnet/core/blazor/globalization-localization?view=aspnetcore-3.1 Looking for contributors or collaborator to take on the project. A contributor for Blazor Boilerplate had...
Referring to how the other components do it but MatSlider is ValueMax / ValueMin / Step & MatNumeric is Maximum, Minimum and Step. I would like to see it consistent...
Fix for dialog scrolling issue #3368. If the content of a dialog box is greater than the browser page the current dialog box extends outside of the screen, cannot scroll...
I think a great enhancement would be to include a Rights profile per role along with the ability to dynamically create new Roles / Rights. For instance you can create...
Anybody have a fork with the latest PR's in it? This repo seems a bit stale but it is working for me so far with AWS mariadb.
Last Name is first when the Last Character is an Initial. I added the tests and they all passed. These types of names are found in public records and that...
I think it would benefit users to include a method to do the MD5hash within the BaseOperation Class. Then update each method that requires the MD5 hash parameters to be...
Do you have an example or is it even possible to assign a window.XXX to a local variable within an Angular component?? For instance I have exposed an object and...
Blazor Image Uploader and Resize component?? I have a decent start and use it internally. This requires a bit more complexity with server side and client side. Another blog with...