Element.select constructor
Element.select()
Creates a new <select> element.
This is equivalent to calling new Element.tag('select').
Implementation
factory Element.select() = SelectElement;
Creates a new <select> element.
This is equivalent to calling new Element.tag('select').
factory Element.select() = SelectElement;