Skip to content

Commit 0daf7c3

Browse files
committed
Clarify effect of keystrokes for big steps
1 parent c452a8a commit 0daf7c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demos/functional/templates/ui.datepicker.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
{
4242
title: 'Keystrokes',
4343
desc: 'You can use the keyboard to enter dates and to control the datepicker:' +
44-
'<ul style="list-style: disc; padding-left: 2em;"><li>page up/down - previous/next month</li>' +
45-
'<li>ctrl+page up/down - previous/next year</li>' +
44+
'<ul style="list-style: disc; padding-left: 2em;"><li>page up/down - previous/next month (based on <i>stepMonths</i>)</li>' +
45+
'<li>ctrl+page up/down - previous/next year (based on <i>stepBigMonths</i>)</li>' +
4646
'<li>ctrl+home - current month or open when closed</li>' +
4747
'<li>ctrl+left/right - previous/next day</li>' +
4848
'<li>ctrl+up/down - previous/next week</li>' +

0 commit comments

Comments
 (0)