The datalist HTML element represents a set of option elements that represent predefined options for other controls.
Syntax
HTML
<datalist attribute-name="attribute-value"></datalist>
Attributes
CSS
datalist { display: none; }
The datalist HTML element represents a set of option elements that represent predefined options for other controls.
<datalist attribute-name="attribute-value"></datalist>
datalist { display: none; }