HTMLDataListElement
The HTMLDataListElement
interface provides special properties (beyond the HTMLElement
object interface it also has available to it by inheritance) to manipulate <datalist>
elements and their content.
Instance properties
Inherits properties from its parent, HTMLElement
.
HTMLDataListElement.options
Read only-
A
HTMLCollection
representing a collection of the contained option elements.
Instance methods
No specific method; inherits methods from its parent, HTMLElement
.
Specifications
Specification |
---|
HTML Standard # htmldatalistelement |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
HTMLDataListElement | ||||||||||||
options |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
See also
- The HTML element implementing this interface:
<datalist>