W3cubDocs

/DOM

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.

Properties

Inherits properties from its parent, HTMLElement

HTMLDataListElement.options Read only
Is a HTMLCollection representing a collection of the contained option elements.

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 62 Yes 4 No ? No
options 62 Yes 4 No ? No
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support ? ? Yes 4 ? No ?
options ? ? Yes 4 ? No ?

See also

  • The HTML element implementing this interface: <datalist>

© 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/HTMLDataListElement