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]