Forms Creating a Custom Validation Message Component for Blazor Forms 30 June 2020 In this post, I show a limitation with the built-in ValidationMessage component, the inability to customise it's output. I then show two solutions to resolve this problem.
Blazor Auto Saving Form Data in Blazor 5 May 2020 In this post, I show you how I designed a new form component which saves and retrieves form data to and from local storage automatically - until the form is successfully submitted.
Blazor Creating Bespoke Input Components for Blazor from Scratch 10 December 2019 In this post, I'm going to show you how to create bespoke input components for your Blazor applications. We'll look at how to integrate with Blazor's validation system, but also, how to work outside it.
Blazor Building Custom Input Components for Blazor using InputBase 3 December 2019 In this post, I'm going to point out a couple of limitations with using Blazor's input components as is. I'll then show how you can build your own custom input components to solves these problems.