W3cubDocs

/DOM

HTMLOptGroupElement

The HTMLOptGroupElement interface provides special properties and methods (beyond the regular HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of <optgroup> elements.

Properties

Inherits properties from its parent, HTMLElement.

HTMLOptGroupElement.disabled
Is a boolean representing whether or not the whole list of children <option> is disabled (true) or not (false).
HTMLOptGroupElement.label
Is a DOMString representing the label for the group.

Methods

No specific method; inherits methods from its parent, HTMLElement.

Specifications

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support Yes Yes Yes Yes Yes Yes
disabled Yes 12 Yes Yes Yes Yes
label Yes 12 Yes Yes Yes Yes
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support Yes Yes Yes Yes Yes Yes Yes
disabled Yes Yes Yes Yes Yes Yes Yes
label Yes Yes Yes Yes Yes Yes Yes

See also

  • The HTML element implementing this interface: <optgroup>.

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLOptGroupElement