Is the base interface of list components attached to HTML <select> elements.
HTML select based components can be combo boxes and multiple selection lists
The HTML select element may be empty initially, no pattern is needed (because only
<option> elements are allowed, current implementations do not support <optgroup>).
HTML <select> based components have no in place editor, because <option> elements
only support text nodes.
author: Jose Maria Arranz Santamaria |