Dropdown
TODO!
Dropdown {
id: string; -- required
name: string | function; -- required
values: [string] | function; -- required
selected: number -- optional (default: 1)
hidden: bool | function; -- optional (default: false)
tooltip: string | function; -- optional (default: "")
}