Skip to content

Commit b7b28f8

Browse files
docs(DateInput): Update AutoSwitchKeys Tab information (#3277)
Co-authored-by: Dimo Dimov <[email protected]>
1 parent f175bfd commit b7b28f8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

components/dateinput/keyboard-typing.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,10 @@ See the [example](#example) below.
6161

6262
The left and right arrows always change the focused segment, regardless of this parameter value.
6363

64-
To define `Tab` as an auto-switch key, use its ASCII code `9`. Note that this may be unexpected for some keyboard users.
64+
To define `Tab` as an auto-switch key, use its key name `"tab"`. Note that this may be unexpected for some keyboard users.
6565

66-
<div class="skip-repl"></div>
67-
68-
````RAZOR
69-
<TelerikDateInput AutoSwitchKeys="@( new List<object>() { "/", 9 } )" />
66+
````RAZOR.skip-repl
67+
<TelerikDateInput AutoSwitchKeys="@( new List<object>() { "/", "tab" } )" />
7068
````
7169

7270
See the [complete example](#example) below.

0 commit comments

Comments
 (0)