Element: <oj-c-select-multiple>

CORE PACK

Oracle® JavaScript Extension Toolkit (JET)
15.0.0

F75902-01

DOM Interface: CSelectMultipleElement

Touch Information

Target Gesture Action
Input field Tap If the dropdown is not open, expand the dropdown list. If hints, title or messages exist in a notewindow, pop up the notewindow.
Arrow button Tap If the dropdown is not open, expand the dropdown list. Otherwise, close the dropdown list.
Option item Tap Tap on an option item in the dropdown list to select.
Selected values count Tap Toggle the dropdown list between the full list of items and the list of only selected items. If the dropdown is not open, expand the dropdown list.
Back button (Mobile dropdown) Tap Discard any changes made to the dropdown selection and close the dropdown.
Apply button (Mobile dropdown) Tap Commit any changes made to the dropdown selection and close the dropdown.
Clear button (Mobile dropdown) Tap Clear any selections made along with any search text. The changes will be committed only when the Apply button is pressed.
Text tag's clear button (Mobile dropdown) Tap Remove the text tag and update the selections to reflect the removal. The changes will be committed only when the Apply button is pressed.
Text tag's clear button (Tablet) Tap Remove the text tag and update the selections & the value of the component to reflect the removal.

Keyboard Information

Target Key Action
Option item Space Select the highlighted choice from the dropdown.
Input field Esc Collapse the dropdown list. If the dropdown is already closed, do nothing.
Input field LeftArrow or RightArrow Moves the focus to the last text tag if the cursor is at the beginning of the input field and LeftArrow (in LTR) or RightArrow (in RTL) is pressed.
Text tag LeftArrow or RightArrow Moves the focus through the text tags. If the focus is on the last text tag and RightArrow (in LTR) or LeftArrow (in RTL) is pressed, the focus will be put on the input field.
Text tag Home Moves the focus to the first text tag.
Text tag End Moves the focus to the last text tag.
Text tag Ctrl + A or Command + A Selects all the text tags.
Text tag Delete or Backspace Removes the current focused text tag and deselects the corresponding value. If all the tags are selected, removes all the tags and clears selection. The focus is then moved to the input field.
Dropdown UpArrow or DownArrow Highlight the option item on the dropdown list in the direction of the arrow. If the dropdown is not open, expand the dropdown list.
Dropdown Esc Collapse the dropdown list. If the dropdown is already closed, do nothing.
Selected values count Enter or Space Toggle the dropdown list between the full list of items and the list of only selected items. If the dropdown is not open, expand the dropdown list.
Selected values count Esc Collapse the dropdown list. If the dropdown is already closed, do nothing.
Select Tab In Set focus to the Select. If hints, title or messages exist in a notewindow, pop up the notewindow.