🏠 New in Low Baseline Support: <select>
July 29, 2015
caniuse · mdn · [spec]([‘https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element’, ‘https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element’, ‘https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element’])
The <select> element provides a menu of options for a user to pick from, typically rendered as a dropdown list.
Source features
api.HTMLSelectElement[mdn]html.elements.select[mdn]api.HTMLOptionElement[mdn]api.HTMLOptionElement.Option[mdn]api.HTMLOptGroupElement[mdn]api.HTMLOptGroupElement.disabled[mdn]api.HTMLOptGroupElement.label[mdn]api.HTMLOptionElement.defaultSelected[mdn]api.HTMLOptionElement.disabled[mdn]api.HTMLOptionElement.form[mdn]api.HTMLOptionElement.index[mdn]api.HTMLOptionElement.selected[mdn]api.HTMLOptionElement.text[mdn]api.HTMLOptionElement.value[mdn]api.HTMLSelectElement.add[mdn]api.HTMLSelectElement.disabled[mdn]api.HTMLSelectElement.form[mdn]api.HTMLSelectElement.item[mdn]api.HTMLSelectElement.length[mdn]api.HTMLSelectElement.multiple[mdn]api.HTMLSelectElement.name[mdn]api.HTMLSelectElement.namedItem[mdn]api.HTMLSelectElement.options[mdn]api.HTMLSelectElement.remove[mdn]api.HTMLSelectElement.selectedIndex[mdn]api.HTMLSelectElement.size[mdn]api.HTMLSelectElement.type[mdn]api.HTMLSelectElement.value[mdn]html.elements.select.disabled[mdn]html.elements.select.form[mdn]html.elements.select.multiple[mdn]html.elements.select.name[mdn]html.elements.optgroup[mdn]html.elements.optgroup.disabled[mdn]html.elements.optgroup.label[mdn]html.elements.option[mdn]html.elements.option.disabled[mdn]html.elements.option.label[mdn]html.elements.option.selected[mdn]html.elements.option.value[mdn]api.HTMLOptionElement.label[mdn]api.HTMLSelectElement.required[mdn]html.elements.select.required[mdn]api.HTMLSelectElement.selectedOptions[mdn]api.HTMLSelectElement.add.index_before_parameter[mdn]api.HTMLSelectElement.labels[mdn]api.HTMLSelectElement.autocomplete[mdn]html.elements.select.size[mdn]html.elements.select.hr_in_select[mdn]