Boolean
$form-message-disable-everything: base.$form-disable-everything !default;
Boolean
$form-message-disable-counter: $disable-everything !default;
String
$form-message-font-size: 0.75rem !default;
Map
$form-message-typography-styles: map.merge(
typography.$body-2-styles,
(
font-size: $font-size,
)
) !default;
Number
$form-message-counter-spacing: spacing.get-var(sm) !default;
Number
$form-message-margin-top: spacing.get-var(sm) !default;
Number
$form-message-margin-bottom: spacing.get-var(md) !default;
Number
$form-message-min-height: 2rem !default;
mixin
@mixin styles($disable-layer: false) { … }
Set to true
to disable the FormMessage
/FormMessageContainer
component styles. This also includes the messageProps
on other form components.
Set to true
if the inline counter for TextField
/TextArea
/Password
will not be used.
Configure only the font-size
for the FormMessage
typography.
The default typography for the FormMessage
component.
The gap
between elements in the FormMessageCounter
component .
The margin-top
for the FormMessage
component.
The margin-bottom
for the FormMessage
component.
The min-height
for the FormMessage
component.
Generates all the styles based on feature flags.
Set this to true
to disable the layer behavior