Documentation

textFieldVariant()

Enables (or disables) the specified text field style variant.

textFieldVariant(
variant: string,
enabled?: BindingOrValue<boolean | undefined>,
): this;

Notes

Parameters

Return value

The builder instance for chaining.

Related