Create a new dropdown.
The values parameter should be an object where the keys are the display text and the values are the actual values.
Optionallabel: string = ''The label text.
Optionalvalues: object = {}The values to display in the dropdown.
Optionalvalue: string = nullThe initial value of the dropdown.
Optionalcallback: Function = nullThe callback function to call when the value is changed.
A class that represents a menu for selecting one of several values.