Function moxie_dom::elements::forms::datalist [−][src]
pub fn datalist() -> DatalistBuilder
Expand description
The HTML <datalist>
element contains a set of <option>
elements that
represent the values available for other controls.
A function for creating a builder which will accept attributes and produce the element.