ComboBox widget
Variables to customize ComboBox widget
$gbc-ComboBoxWidget-padding
Padding around Combobox widget
Type: size
Default value: $theme-combobox-padding
Computed value: "2px"
$gbc-ComboBoxWidget-placeholder-color
Color of the placeholder text in a ComboBox widget
Type: color
Default value: $theme-placeholder-color
Computed value: "rgba(33, 33, 33, 0.54)"
$gbc-ComboBoxWidget-background-color
Background color of the ComboBox widget
Type: color
Default value: $theme-field-background-color
Computed value: "#ffffff"
$gbc-ComboBoxWidget-color
Text color of the ComboBox widget
Type: color
Default value: $theme-secondary-color
Computed value: "#212121"
$gbc-ComboBoxWidget-toggle-icon
Defines the ComboBox toggle icon
Type: string
Default value: "menu-down"
Computed value: "menu-down"
$gbc-ComboBoxWidget-toggle-open-icon
Defines the ComboBox toggle open icon
Type: string
Default value: "menu-down"
Computed value: "menu-down"
$gbc-ComboBoxWidget-toggle-size
Defines the ComboBox toggle icon size
Type: size
Default value: $theme-checkbox-size
Computed value: "14px"