You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/datepicker/default.html
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,17 @@
24
24
<divclass="demo-description">
25
25
26
26
<p>This is a default datepicker which is tied to a standard form input. The calendar opens in a small overlay onFocus and closes automatically onBlur if a date if selected.</p>
27
+
<p>You can also use the keyboard to drive the datepicker:</p>
28
+
<ul>
29
+
<li>page up/down - previous/next month</li>
30
+
<li>ctrl+page up/down - previous/next year</li>
31
+
<li>ctrl+home - current month or open when closed</li>
32
+
<li>ctrl+left/right - previous/next day</li>
33
+
<li>ctrl+up/down - previous/next week</li>
34
+
<li>enter - accept the selected date</li>
35
+
<li>ctrl+end - close and erase the date</li>
36
+
<li>escape - close the datepicker without selection</li>
0 commit comments