CARVIEW |
Select Language
HTTP/2 301
server: GitHub.com
content-type: text/html
x-origin-cache: HIT
location: https://webplatform.github.io/docs/html/attributes/list/
access-control-allow-origin: *
expires: Wed, 15 Oct 2025 23:10:50 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: DAE2:3A91AC:6D3E:A650:68F027A0
accept-ranges: bytes
age: 0
date: Wed, 15 Oct 2025 23:00:51 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210041-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760569251.812020,VS0,VE284
vary: Accept-Encoding
x-fastly-request-id: 6962c82eab5a6dc24ae2f43dcb898eb4e71fa09e
content-length: 162
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
x-origin-cache: HIT
last-modified: Thu, 09 Jan 2020 08:57:10 GMT
access-control-allow-origin: *
etag: W/"5e16eae6-26ad"
expires: Wed, 15 Oct 2025 23:10:51 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 32F2:ECF7F:6B44:A4D0:68F027A1
accept-ranges: bytes
date: Wed, 15 Oct 2025 23:00:51 GMT
via: 1.1 varnish
age: 0
x-served-by: cache-bom-vanm7210041-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760569251.109935,VS0,VE308
vary: Accept-Encoding
x-fastly-request-id: acef6f045e4ca9218e8688e63b79815e20ccde44
content-length: 2625
list · WebPlatform Docs
This attribute allows for the developer to specify autofill values for an input element for the browser to present to a user.
This page is Not Ready
Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.
list
Summary
The list attribute refers to a <datalist> element specifying possible values to suggest for an input element.
Applies to | [HTMLInputElement](/html/elements/input) |
---|
This can allow for things such as autocompletion, or faster site search. It would be possible to create an autocomplete such as on this site’s search with a server side populated datalist.
See also
Related articles
HTML
list
Related pages
- HTMLInputElementHTMLInputElement
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]