FormControlOwnProps
Inheritors
Properties
Link copied to clipboard
Override or extend the styles applied to the component.
Link copied to clipboard
The color of the component. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.
Link copied to clipboard
If true
, the label is hidden. This is used to increase density for a FilledInput
. Be sure to add aria-label
to the input
element.
Link copied to clipboard
If dense
or normal
, will adjust vertical spacing of this and contained components.
Link copied to clipboard
The variant to use.
Functions
Link copied to clipboard
open inline operator fun <T> ContextType<T>.invoke(value: T, noinline block: ChildrenBuilder.() -> Unit)