Web/API/HTMLDataListElement

From Get docs


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

Specification Status Comment
HTML Living StandardThe definition of 'HTMLDataListElement' in that specification. Living Standard  
HTML5The definition of 'HTMLDataListElement' in that specification. Recommendation Initial definition

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
HTMLDataListElement Chrome

Full support 62

Edge

Full support 12

Firefox

Full support 4

IE

No support No

Opera

Full support Yes

Safari

No support No

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

Full support 4

Opera Android

Full support Yes

Safari iOS

No support No

Samsung Internet Android

Full support Yes

options Chrome

Full support 62

Edge

Full support 12

Firefox

Full support 4

IE

No support No

Opera

Full support Yes

Safari

No support No

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

Full support 4

Opera Android

Full support Yes

Safari iOS

No support No

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support
No support  
No support


See also

  • The HTML element implementing this interface: <datalist>