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
* For example, if the <code>format-pattern</code> is "HH:mm:ss",
232
238
* a valid value string is "11:42:35" and the same is displayed in the input.
233
239
*
240
+
* <h3>Keyboard handling</h3>
241
+
* [F4], [ALT]+[UP], [ALT]+[DOWN] Open/Close picker dialog and move focus to it.
242
+
* When closed:
243
+
* [PAGEUP] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.
244
+
* [PAGEDOWN] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.
245
+
* [SHIFT]+[PAGEUP] Increments minutes by 1.
246
+
* [SHIFT]+ [PAGEDOWN] Decrements minutes by 1.
247
+
* [SHIFT]+[CTRL]+[PAGEUP] Increments seconds by 1.
248
+
* [SHIFT]+[CTRL]+ [PAGEDOWN] Decrements seconds by 1.
249
+
* When opened:
250
+
* [UP] If focus is on one of the selection lists: Select the value which is above the current value. If the first value is selected, select the last value in the list. Exception: AM/ PM List: stay on the first item.
251
+
* [DOWN] If focus is on one of the selection lists: Select the value which is below the current value. If the last value is selected, select the first value in the list. Exception: AM/ PM List: stay on the last item.
252
+
* [LEFT] If focus is on one of the selection lists: Move focus to the selection list which is left of the current selection list. If focus is at the first selection list, move focus to the last selection list.
253
+
* [RIGHT] If focus is on one of the selection lists: Move focus to the selection list which is right of the current selection list. When focus is at the last selection list, move focus to the first selection list.
254
+
* [PAGEUP] If focus is on one of the selection lists: Move focus to the first entry of this list.
255
+
* [PAGEDOWN] If focus is on one of the selection lists: Move focus to the last entry of this list.
0 commit comments