Articles tagged: HTMLSelectElement
Found 11 documents
- Web/API/HTMLSelectElement/add The HTMLSelectElement.add() method adds an element to the collection of option elements for this ...
- Web/API/HTMLSelectElement/autofocus The HTMLSelectElement.autofocus property is a Boolean that reflects the autofocus HTML ...
- Web/API/HTMLSelectElement/checkValidity The HTMLSelectElement.checkValidity() method checks whether the element has any constraints and ...
- Web/API/HTMLSelectElement/disabled The HTMLSelectElement.disabled Is a Boolean that reflects the disabled HTML attribute, which ...
- Web/API/HTMLSelectElement/form The HTMLSelectElement.form read-only property returns a HTMLFormElement representing the form ...
- Web/API/HTMLSelectElement/item The HTMLSelectElement.item() method returns the Element corresponding to the HTMLOptionElement ...
- Web/API/HTMLSelectElement/namedItem The HTMLSelectElement.namedItem() method returns the HTMLOptionElement corresponding to the ...
- Web/API/HTMLSelectElement/remove The HTMLSelectElement.remove() method removes the element at the specified index from the ...
- Web/API/HTMLSelectElement/selectedIndex The HTMLSelectElement.selectedIndex is a long that reflects the index of the first selected ...
- Web/API/HTMLSelectElement/setCustomValidity The HTMLSelectElement.setCustomValidity() method sets the custom validity message for the ...
- Web/API/HTMLSelectElement/type The HTMLSelectElement.type read-only property returns the form control's type. The possible ...