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