HTMLSelectElement: form property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Theform read-only property of theHTMLSelectElement interface returns anHTMLFormElement object that owns this<select>, ornull if this select is not owned by any form.
In this article
Value
AnHTMLFormElement ornull.
Specifications
| Specification |
|---|
| HTML> # dom-fae-form-dev> |