msm-form-field ist eine Web-Komponente (Lit).
Zweck
Formulareingaben und UI-Controls.Beispiel
Attribute / Properties
Events
Beispiel
CSS parts
Keinepart-Slots dokumentiert.
Slots
Keine Slots dokumentiert.Methoden
validate()
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Web-Komponente msm-form-field.
msm-form-field ist eine Web-Komponente (Lit).
<msm-form-field></msm-form-field>
| Name | Typ | Standard | Hinweise |
|---|---|---|---|
title | string | - | |
item | object | - | |
checked | boolean | false |
| Event | detail | Wann |
|---|---|---|
msm-field-change | deleted |
<msm-form-field>
</msm-form-field>
<script>
const el = document.querySelector("msm-form-field");
el.addEventListener("msm-field-change", (e) => {
console.log(e.detail);
});
</script>
part-Slots dokumentiert.
validate()