Blazor Numeric TextBox - Keyboard Navigation
Numeric Textbox functionalities can be interactive with keyboard shortcuts. In the below sample, various key combinations can be used to interact with the Numeric Textbox.
The Numeric Textbox supports the following keyboard shortcuts to initiate various actions.
Focus- Alt + J - Focuses on the first component of the sample.
- Up arrow - Increments the value with a predefined step.
- Down arrow - Decrements the value with a predefined step.