Gets the element on which the dropdown is bound.
The dropdown element.
Gets the element on which the dropdown is bound.
The dropdown element.
Gets the currently selected dropdown value.
The currently selected dropdown value.
Resets the dropdown.
Selects a value from the dropdown [listofValues
]{@link Dropdown.listOfValues}.
The 0-based index position of the value to select in the listOfValues
.
Indicates whether to execute the [onChange
]{@link Dropdown.onChange} function when this
method changes the dropdown selection.
Sets the dropdown value.
The value to set the dropdown to.
Creates a new Dropdown
.
The function to call when the dropdown selected value changes. This function takes the current
Dropdown
instance as an argument.
The selectable values to display in the dropdown.
An optional function to modify the display values, rather than using the values as they
appear in the listOfValues
.
The label to use for the input for accessibility purposes.
A dropdown widget with standard styling.