:Combo

type Combo = {
Label: string?,
Placeholder: string?,
Callback: ((Combo, Value: any) -> any)?,
Items: {[number?]: any}?,
GetItems: (() -> table)?
}Example usage:
Theme colors:
Tag
Affects
FrameBg
Background color
FrameBgTransparency
Background transparency
Text
Text color
TextFont
Text font
TextSize
Text font size
ButtonsBg
Background color of arrow button
Last updated