Propagates form states as a cascading parementer to child components.
Publishes FormState
as cascading value. Allows you to enable/disable child components by one property.
Name | Type | Description |
---|---|---|
ChildContent | RenderFragment |
Child content. |
Enabled | bool? |
Indicated enabled/disabled section. Value to propagate. |
Visible | bool |
When false , nothing is rendered (no children). Value is not propagated, there is no where to propagate. |