ariaMultiSelectable property
The ariaMultiSelectable
property of the Element
interface reflects
the value of the
aria-multiselectable
attribute, which indicates that the user may select more than one item
from the current selectable descendants.
Note: Where possible use an HTML
select
element as this has built in semantics and does not require ARIA attributes.
Implementation
external String? get ariaMultiSelectable;
Implementation
external set ariaMultiSelectable(String? value);