datalist constructor
const
datalist(})
The <datalist> HTML element contains a set of <option> elements that represent the permissible or recommended options available to choose from within other controls.
Implementation
const datalist(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});