PropsHTMLSelectElement extension
Properties
- autocomplete ↔ String
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
getter/setter pair - disabled ↔ bool
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
getter/setter pair - form → HTMLFormElement?
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
no setter - labels → NodeList
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
no setter - length ↔ int
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
getter/setter pair - multiple ↔ bool
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
getter/setter pair - name ↔ String
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
getter/setter pair - options → HTMLOptionsCollection
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
no setter - required ↔ bool
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
getter/setter pair - selectedIndex ↔ int
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
getter/setter pair - selectedOptions → HTMLCollection
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
no setter - size ↔ int
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
getter/setter pair - type → String
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
no setter - validationMessage → String
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
no setter - validity → ValidityState
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
no setter - value ↔ String
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
getter/setter pair - willValidate → bool
-
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
no setter
Methods
-
add(
dynamic element, [dynamic before]) → void -
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
-
checkValidity(
) → bool -
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
-
item(
int index) → HTMLOptionElement? -
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
-
namedItem(
String name) → HTMLOptionElement? -
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
-
remove(
[int? index]) → void -
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
-
reportValidity(
) → bool -
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension
-
setCustomValidity(
String error) → void -
Available on HTMLSelectElement, provided by the PropsHTMLSelectElement extension