## Managing Focus

Focus goes through the two date inputs and the popup.

## Keyboard Shortcuts

**Actions applied to the DateInput:**

The DateRangePicker implements the keyboard shortcuts for the DateInput component. Apart from that, it also features the following shortcuts related to ist Popup:

| Shortcut| Behavior |
|---------------------|---------------------|
|`Esc`| Closes the popup|
|`Alt + Down`| Opens the popup|
|`Alt + Up`| Closes the popup|

**Actions applied to the Calendar:**

Ones the popup is open, navigation is handled through the **MultiViewCalendar** component.

## Resources

https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/datepicker-dialog.html
