Edit form derived from HxModelEditForm with support for chip generators.
See HxListLayout demo with its filter and chips
to see the real usage of the HxFilterForm
.
HxFilterForm
component has to be kept rendered to work propertly with HxChipList
.HxOffcanvas
where you have to set RenderModer="OffcanvasRenderModer.Always"
to prevent removing the component from rendering when offcanvas is closed.
Name | Type | Description |
---|---|---|
ChildContent | RenderFragment<TModel> |
Content of the component. |
Id | string |
|
Model | TModel |
|
ModelChanged | EventCallback<TModel> |
|
OnChipsUpdated | EventCallback<ChipItem<>> |
Method | Returns | Description |
---|---|---|
RemoveChipAsync(ChipItem chipToRemove) | Task |
Tries to remove chip. Execution is postponed to OnAfterRender, so this method cannot have a return value. |
UpdateModelAsync() | Task |