Touch Information
| Target | Gesture | Action |
|---|---|---|
| Input Field | Tap | If the drop down is not open, expand the drop down list. Otherwise, close the drop down list. |
| Arrow Button | Tap | If the drop down is not open, expand the drop down list. Otherwise, close the drop down list. |
| Option Item | Tap | Tap on a option item in the drop down list to select/add a new item. |
| Selected Item with Clear Entry Button | Tap | Remove item from the selected items list by taping on the clear button next to the data item. |
Disabled option items receive no highlight and are not selectable.
Keyboard Information
| Key | Use |
|---|---|
| Enter | Select the highlighted choice from the drop down. If it's a new entry, add to existing selections. |
| UpArrow or DownArrow | Highlight the option item on the drop down list in the direction of the arrow. If the drop down is not open, expand the drop down list. |
| LeftArrow or RightArrow | Move focus to the previous or next selected item in Multi-select Combobox. |
| Esc | Collapse the drop down list. If the drop down is already closed, do nothing. |
Disabled option items receive no highlight and are not selectable.