InlineForm
Single-row form for search-and-go, subscribe, or quick-add patterns — renders fields and actions in a flex row
Interactive-mode
Examples
Subscribe form
Quick-add form
API
The element family below can be composed together. Click an element to jump to its properties.
| Element | Purpose |
|---|---|
| InlineForm | A single-row form envelope. Renders ChildContent in a flex items-end gap-2 row so text fields and action buttons sit side-by-side. The browser's default form navigation is suppressed — submit is handled via OnSubmit. |
InlineForm
A single-row form envelope. Renders ChildContent in a flex items-end gap-2 row so text fields and action buttons sit side-by-side. The browser's default form navigation is suppressed — submit is handled via OnSubmit.
| Property | Type | Required | Description |
|---|---|---|---|
| OnSubmit | EventCallback | Callback fired when the form is submitted. Default browser navigation is suppressed. | |
| ChildContent | RenderFragment? | Form fields and action buttons rendered in a flex row. |