HTMLOptionElement: 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 theHTMLOptionElement interface returns anHTMLFormElement object that owns theHTMLSelectElement associated with this<option>, ornull if this option is not associated with a<select> owned by a form.
In this article
Value
AnHTMLFormElement ornull.
Specifications
| Specification |
|---|
| HTML> # dom-option-form-dev> |