New to Kendo UI for Angular? Start a free 30-day trial
Keyboard Navigation
The keyboard navigation of the MaskedTextBox is always available.
The MaskedTextBox supports the following keyboard shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
Up Arrow | Moves the cursor to the beginning of the MaskedTextBox. |
Down Arrow | Moves the cursor to the end of the MaskedTextBox. |
Left Arrow | Moves the cursor one position to the left. |
Right Arrow | Moves the cursor one position to the right. |
Backspace | Deletes the previous character before the cursor and replaces it with the prompt (_ by default). Moves the cursor one position towards the start. The static symbols in the mask pattern that are also known as literals are skipped and only the cursor is moved. |
Delete | Deletes the next character after the cursor and replaces it with the prompt (_ by default). The cursor remains in the same position. If the next character after the cursor is a static symbol in the mask pattern (literal) nothing is changed. |
Change Theme
Theme
Loading ...