Boolean
$text-area-disable-everything: base.$form-disable-everything !default;
Boolean
$text-area-disable-resizing-rows: $disable-everything !default;
Boolean
$text-area-disable-resize-horizontal: $disable-everything !default;
Boolean
$text-area-disable-resize-vertical: $disable-everything !default;
Number
$text-area-addon-top: spacing.get-var(lg) !default;
Number
$text-area-vertical-padding: calc(spacing.get-var(sm) * 1.5) !default;
List
$text-area-variables: (height, padding);
mixin
@mixin set-var($name, $value) { … }
mixin
@mixin use-var($property, $name: $property, $fallback: null) { … }
mixin
@mixin textarea-container-styles($disable-layer: false) { … }
mixin
@mixin textarea-styles($disable-layer: false) { … }
mixin
@mixin styles($disable-layer: false) { … }
function
@function get-var($name, $fallback: null) { … }
String
Set to true
to disable the TextArea
styles
Set to true
if the TextArea
does not need to support the
resize="auto"
behavior.
Set to true
if the resize="horizontal"
will not be used for the
TextArea
.
Set to true
if the resize="vertical"
will not be used for the
TextArea
.
The default position for addons within a TextArea
.
The default vertical padding to apply to TextArea
which is useful when there is a scrollbar visible. This should normally be enough so that the floating label does not cover the content.
The available configurable css variables and mostly used internally for the
get-var
, set-var
, and use-var
utils.
The supported variable name
The value to set the variable to. Supports null
which will just be a no-op.
The css property to apply the variable to
The supported variable name
An optional fallback value if the variable has not been set
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
a var()
statement
The supported variable name
An optional fallback value