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 …
Category: Components
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 …
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 …