A better <InputNumber />
for Blazor
I’ve recently been trying C# Blazor for web application development, and found the <InputNumber /> experience to be a little unintuitive from a user-experience perspective. The following component – which I’m calling InputParsable – when rendered via InteractiveServer will attempt to parse the value and “correct” user input in near real-time. You can see a […]
Continue Reading