Protected
_primaryThe primary input (if any). Used to determine what element should receive focus when an associated label is clicked on.
Protected
_optionsPredefined
Protected
_choicesAn object which maps option values to displayed labels.
Protected
_internalsAttached ElementInternals which provides form handling functionality.
Private
#selectA select element used to choose options.
Private
#tagsA display element which lists the chosen options.
Static
tagStatic
formDeclare that this custom element provides form element functionality.
The form this element belongs to.
The input element name.
The value of the input element.
Is this element disabled?
Is this field editable? The field can be neither disabled nor readonly.
Protected
_initializeProtected
_onPrivate
#onPrivate
#onStatic
createCreate a HTMLMultiSelectElement using provided configuration data.
Provide a multi-select workflow using a select element as the input mechanism.
Example: Multi-Select HTML Markup