Text area inputs are better at handling large blocks of text, but you might want to put a limit on just how much text the users can enter. It’s probably …
Author: Michael Bross
The ChecklistInlineBCA component provides an inline list of checkboxes and the associated labels. The width of the checkbox and label combination varies with the length of the label string to …
Here’s an expanded list of component features I’ll try to incorporate into all the BCA components. Obviously all these features are not applicable to every component, but I’ll attempt to …
If having more than one button at a time running a task is problem then the buttons need to be mutually disabled. The ButtonBusyBCA component has a method named SetAvailability …
Users repeatedly clicking a button can result in multiple submissions, which is not a good thing. The best practice is to disable the button and display a busy indicator until …
This is a simple but useful component to display a value along with a label. It contains three elements commonly used together. A div wrapping the whole component, a label, …
In my last post I decided on a few features for a text input component I’ll name InputTextBCA. I plan to append most if not all the components I design …
What features should a component have? Too many and it isn’t as reusable. Too few and it doesn’t provide much benefit. Examining the components that come with Blazor might help …
The effects of Blazor component size on maintenance and reusability When I first started working with Blazor I loved the fact that everything in Blazor was a component and components …
Starting the journey to become the Blazor Component Authority. …