From 0b2904b5ca14a0e6449661aa26ee1bbffda925fc Mon Sep 17 00:00:00 2001 From: IvayloG Date: Thu, 23 Apr 2020 10:08:42 +0300 Subject: [PATCH] chore(datetime): Address comments #1823 --- en/components/date_time_editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/components/date_time_editor.md b/en/components/date_time_editor.md index fe1738e948..840a123f16 100644 --- a/en/components/date_time_editor.md +++ b/en/components/date_time_editor.md @@ -70,7 +70,7 @@ To create a two-way data-binding, set an ngModel: #### Keyboard Navigation Date Time Editor Directive has intuitive keyboard navigation that makes it easy to jump through different DateParts, increment, decrement, etc. without having to touch the mouse. -- Ctrl / Cmd + Arrow Left / Right - navigates between date sections. Jumps from current section to the same caret position of the next/previous section. On start/end sections, first jump to the other end of the same section following the direction of the arrow. +- Ctrl / Cmd + Arrow Left / Right - navigates between date sections. On Ctrl / Cmd + Right it goes to the end of the section. If at the end of the section it goes to the end of next section if any. Same in opposite direction. - Arrow Up / Down - increment/decrement date portions. See related [`isSpinLoop`]({environment:angularApiUrl}/classes/igxdatetimeeditordirective.html#isspinloop)