Fix
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
<div>
|
<div @attributes="@InputAttributes">
|
||||||
@ChildContent
|
@ChildContent
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
[Parameter(CaptureUnmatchedValues = true)]
|
||||||
|
public Dictionary<string, object> InputAttributes { get; set; }
|
||||||
|
|
||||||
[Parameter] public RenderFragment ChildContent { get; set; } = default!;
|
[Parameter] public RenderFragment ChildContent { get; set; } = default!;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user