HTMLOptionElement: form property
The form
read-only property of the HTMLOptionElement
interface returns an HTMLFormElement
object that owns the HTMLSelectElement
associated with this <option>
, or null
if this option is not associated with a <select>
owned by a form.
Value
An HTMLFormElement
or null
.