datalist (HTML5)

The HTML Datalist Element (<datalist>) contains a set of <option> elements that represent the possible options for the value of other controls.

Properties & Events

N/A

Examples having uses of: 'datalist'

4 votes
11k views

HTML5 Datalist

Think of a combination of an input text element and selection list. Typically used where there is the likelihood of a visitor entering a value of other (not one of the items in the list).