The HTML Input element has many events, such as onInput, onChange, onClick and onKeyPress. To help learn when some of these events are triggered, in what order they occur, and what values are available in their arguments I created the Input Events Analyzer page on the Blazor Component Authority Demonstration web app. The input analyzer focuses on keyboard and form events providing a demonstration of the events that occur, the order in which they occur, and the values presented by …
Month: February 2023
In my experience one of the more time consuming and frequently performed operations in enterprise applications is the entry of descriptions. I’ve had to make many description entries and I’ve noticed that most of the time the description was the same or similar to other entries in the database. When a description I was entering didn’t match an existing description it almost always consisted of a new combination of terms that already existed in the database. Based on this experience …