## Managing the Focus


The NumericTextBox provides a standard focusable input.

## Keyboard Shortcuts


The MaskedTextBox supports the default input cursor navigation with the `Left Arrow` and `Right Arrow` keys.

| Shortcut | Behavior |
| -------- | -------- |
| `Up Arrow` | Increases the value of the focused NumericTextBox with the step. |
| `Down Arrow` | Decreases the value of the focused NumericTextBox with the step. |
