Boolean
$select-disable-everything: text-field.$disable-everything !default;
Boolean
$select-disable-option: $disable-everything !default;
Boolean
$select-disable-native-select: base.$form-disable-everything !default;
Boolean
$select-disable-native-select-multiple: base.$form-disable-everything !default;
Number
$select-native-select-addon-top: 1rem !default;
Number
$select-native-select-multiple-padding: 0.75rem !default;
Number
$select-native-select-multiple-underline-padding: 1.5rem !default;
Number
$select-option-selected-icon-size: 1rem !default;
Map
$select-option-selected-styles: (
--rmd-icon-color: currentcolor,
--rmd-mark-color: currentcolor,
background-color: colors.$blue-900,
color: colors.$white,
) !default;
Number
$select-option-padding-left: calc(
list.$item-horizontal-padding -
#{math.div(icon.$size - $option-selected-icon-size, 2)}
) !default;
Number
$select-option-selected-icon-spacing: $option-padding-left !default;
mixin
@mixin option-styles($disable-layer: false) { … }
mixin
@mixin native-select-styles($disable-layer: false) { … }
mixin
@mixin select-styles($disable-layer: false) { … }
mixin
@mixin styles($disable-layer: false) { … }
Set to true
to disable the Select
styles.
Set to true
to disable the Option
styles.
Set to true
to disable the NativeSelect
styles.
Set to true
to disable the multiselect
styles for the NativeSelect
.
The addon position within a NativeSelect
.
The padding to apply to a multiselect NativeSelect
.
The padding to apply to a multiselect NativeSelect
when the
theme="underline"
.
The default icon size for a selected Option
.
The default Option
styles while selected.
The padding-left
to apply to an Option
when the disableSelectedIcon
prop has not been enabled.
The spacing between the selected icon and the Option
content.
Generates all the styles based on feature flags.
Set this to true
to disable the layer behavior
Generates all the styles based on feature flags.
Set this to true
to disable the layer behavior
Generates all the styles based on feature flags.
Set this to true
to disable the layer behavior
Generates all the styles based on feature flags.
Set this to true
to disable the layer behavior