We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c452a8a commit 0daf7c3Copy full SHA for 0daf7c3
1 file changed
demos/functional/templates/ui.datepicker.html
@@ -41,8 +41,8 @@
41
{
42
title: 'Keystrokes',
43
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>' +
+ '<ul style="list-style: disc; padding-left: 2em;"><li>page up/down - previous/next month (based on <i>stepMonths</i>)</li>' +
+ '<li>ctrl+page up/down - previous/next year (based on <i>stepBigMonths</i>)</li>' +
46
'<li>ctrl+home - current month or open when closed</li>' +
47
'<li>ctrl+left/right - previous/next day</li>' +
48
'<li>ctrl+up/down - previous/next week</li>' +
0 commit comments