## Keyboard Shortcuts

| Shortcut | Behavior |
|----------|----------|
| `Down Arrow`| Selects the next available item.|
| `Up Arrow`| Selects the previous available item.|
| `Alt Down` | Opens pop up|
| `Alt Up` or `Esc` | `Closes popup|
| `printable characters` |Typing "M" or any other printable character should select the next or first item in the list|

The Popup element of the component should implement the KB specification for a **PopuList** component.

## Resources

https://www.w3.org/TR/wai-aria-practices/#combobox
https://www.w3.org/TR/wai-aria-practices/examples/combobox/aria1.1pattern/listbox-combo.html
https://www.w3.org/TR/wai-aria-practices/#listbox_kbd_interaction
