Results 1 - 11 of 11

HTMLSelectElement.disabled

The HTMLSelectElement.disabled Is a Boolean that reflects the disabled HTML attribute, which indicates whether the control is disabled. If it is disabled, it does not accept clicks. A disabled element is unusable and un-clickable.
API HTML DOM HTMLSelectElement Property

HTMLSelectElement.add()

The HTMLSelectElement.add() method adds an element to the collection of option elements for this select element.
API HTML DOM HTMLSelectElement Method Reference

HTMLSelectElement.autofocus

The HTMLSelectElement.autofocus property is a Boolean that reflects the autofocus HTML attribute, which indicates whether the associated <select> element  will get input focus when the page loads, unless the user overrides it.
API HTML forms HTMLSelectElement Property Reference

HTMLSelectElement.form

The HTMLSelectElement.form read-only property returns a HTMLFormElement representing the form that this element is associated with. If the element is not associated with of a <form> element, then it returns null.
API HTMLSelectElement Property Read-only Reference

HTMLSelectElement.item()

The HTMLSelectElement.item() method returns the Element corresponding to the HTMLOptionElement whose position in the options list corresponds to the index given in parameter, or null if there are none.
API HTML DOM HTMLSelectElement Method Reference Référence

HTMLSelectElement.namedItem()

The HTMLSelectElement.namedItem() method returns the HTMLOptionElement corresponding to the HTMLOptionElement whose name or id match the specified name, or null if no option matches.
API HTML DOM HTMLSelectElement Method Reference Référence

HTMLSelectElement.remove()

The HTMLSelectElement.remove() method removes the element at the specified index from the options collection for this select element.
API HTML DOM HTMLSelectElement Method Reference Référence

HTMLSelectElement.checkValidity()

The HTMLSelectElement.checkValidity() method checks whether the element has any constraints and whether it satisfies them. If the element fails its constraints, the browser fires a cancelable invalid event at the element, and then returns false.
API Constraint Validation API HTML DOM HTMLSelectElement Method Reference Référence

HTMLSelectElement.selectedIndex

The HTMLSelectElement.selectedIndex is a long that reflects the index of the first selected <option> element. The value -1 indicates that no element is selected.
API HTML DOM HTML forms HTMLSelectElement NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference

HTMLSelectElement.setCustomValidity()

The HTMLSelectElement.setCustomValidity() method sets the custom validity message for the selection element to the specified message. Use the empty string to indicate that the element does not have a custom validity error.
API Constrain Validation API HTML DOM HTMLSelectElement Method Reference Référence

HTMLSelectElement.type

The HTMLSelectElement.type read-only property returns the form control's type. The possible values are:
API HTML DOM HTMLSelectElement Property Read-only Reference Référence