msm-form-field is a web component built with Lit.
Purpose
Render form inputs and UI controls.Usage
Attributes / properties
Events
Usage
CSS parts
No documentedpart slots.
Slots
No documented slots.Methods
validate()
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Web component msm-form-field.
msm-form-field is a web component built with Lit.
<msm-form-field></msm-form-field>
| Name | Type | Default | Notes |
|---|---|---|---|
title | string | - | |
item | object | - | |
checked | boolean | false |
| Event | detail | When |
|---|---|---|
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.
validate()