form property
HTMLFormElement?
get
form
The HTMLSelectElement.form read-only property returns a
HTMLFormElement representing the form that this element is associated
with. If the element is not associated with a form element, then
it returns null.
Implementation
external HTMLFormElement? get form;