selectedOptions property

HTMLCollection get selectedOptions

The read-only HTMLSelectElement property selectedOptions contains a list of the option elements contained within the select element that are currently selected. The list of selected options is an HTMLCollection object with one entry per currently selected option.

An option is considered selected if it has an HTMLOptionElement.selected attribute.

Implementation

external HTMLCollection get selectedOptions;