BASELINE NowYouCanUse.com
Widely Available Forms
id: select

<select>

The <select> element provides a menu of options for a user to pick from, typically rendered as a dropdown list.
Baseline Status: Achieved Widely Available on Jan 29, 2018 (Cross-browser Newly Available since Jul 29, 2015).
Desktop Browser Engine Support
Google Chrome
1
Supported
Mozilla Firefox
1
Supported
Apple Safari
1
Supported
Microsoft Edge
12
Supported
Mobile Browser Engine Support
Chrome Android
18
Firefox Android
4
Safari iOS
1
Specifications and References
MDN Browser Compat Data Keys:
api.HTMLOptGroupElement api.HTMLOptGroupElement.disabled api.HTMLOptGroupElement.label api.HTMLOptionElement api.HTMLOptionElement.Option api.HTMLOptionElement.defaultSelected api.HTMLOptionElement.disabled api.HTMLOptionElement.form api.HTMLOptionElement.index api.HTMLOptionElement.label api.HTMLOptionElement.selected api.HTMLOptionElement.text api.HTMLOptionElement.value api.HTMLSelectElement api.HTMLSelectElement.add api.HTMLSelectElement.add.index_before_parameter api.HTMLSelectElement.autocomplete api.HTMLSelectElement.disabled api.HTMLSelectElement.form api.HTMLSelectElement.item api.HTMLSelectElement.labels api.HTMLSelectElement.length api.HTMLSelectElement.multiple api.HTMLSelectElement.name api.HTMLSelectElement.namedItem api.HTMLSelectElement.options api.HTMLSelectElement.remove api.HTMLSelectElement.required api.HTMLSelectElement.selectedIndex api.HTMLSelectElement.selectedOptions api.HTMLSelectElement.size api.HTMLSelectElement.type api.HTMLSelectElement.value html.elements.optgroup html.elements.optgroup.disabled html.elements.optgroup.label html.elements.option html.elements.option.disabled html.elements.option.label html.elements.option.selected html.elements.option.value html.elements.select html.elements.select.disabled html.elements.select.form html.elements.select.hr_in_select html.elements.select.multiple html.elements.select.name html.elements.select.required html.elements.select.size