> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mastermindcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# msm-text-field

> Web-Komponente msm-text-field.

`msm-text-field` ist eine Web-Komponente (Lit).

## Zweck

Formulareingaben und UI-Controls.

## Beispiel

```html theme={null}
<msm-text-field></msm-text-field>
```

## Attribute / Properties

| Name           | Typ     | Standard | Hinweise      |
| -------------- | ------- | -------- | ------------- |
| `title`        | string  | -        |               |
| `type`         | string  | -        |               |
| `theme`        | string  | -        |               |
| `placeholder`  | string  | -        |               |
| `helper`       | string  | -        |               |
| `leadingIcon`  | object  | -        | property only |
| `trailingIcon` | object  | -        | property only |
| `multiline`    | boolean | -        |               |
| `required`     | boolean | -        |               |
| `disabled`     | boolean | -        |               |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

* `base`
* `frame`
* `helper`
* `input`
* `label`
* `notch`

## Slots

* `slot[name="button"]`

## Methoden

* `validate()`
