Protected _optionsPredefined
Protected _choicesAn object which maps option values to displayed labels.
Protected _internalsAttached ElementInternals which provides form handling functionality.
Protected _primaryThe primary input (if any). Used to determine what element should receive focus when an associated label is clicked on.
Static tagThe HTML tag name used by this element.
Static 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 _toggleProtected _buildProtected _refreshProtected _activateProtected _on
An abstract base class designed to standardize the behavior for a multi-select UI component. Multi-select components return an array of values as part of form submission. Different implementations may provide different experiences around how inputs are presented to the user.