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
* When the user directly triggers the sliders display, the actual time is displayed.
228
238
*
229
239
* For the <code>ui5-duration-picker</code>
240
+
*
241
+
* <h3>Keyboard handling</h3>
242
+
* [F4], [ALT]+[UP], [ALT]+[DOWN] Open/Close picker dialog and move focus to it.
243
+
* When closed:
244
+
* [PAGEUP] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.
245
+
* [PAGEDOWN] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.
246
+
* [SHIFT]+[PAGEUP] Increments minutes by 1.
247
+
* [SHIFT]+ [PAGEDOWN] Decrements minutes by 1.
248
+
* [SHIFT]+[CTRL]+[PAGEUP] Increments seconds by 1.
249
+
* [SHIFT]+[CTRL]+ [PAGEDOWN] Decrements seconds by 1.
250
+
* When opened:
251
+
* [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.
252
+
* [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.
253
+
* [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.
254
+
* [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.
255
+
* [PAGEUP] If focus is on one of the selection lists: Move focus to the first entry of this list.
256
+
* [PAGEDOWN] If focus is on one of the selection lists: Move focus to the last entry of this list.
0 commit comments