Replies: 3 comments 1 reply
-
If the parent handles an event callback (regardless of where it is originating from), it is standard Blazor behavior that the child components will re-render and so OnParameterSetAsync will be called. |
Beta Was this translation helpful? Give feedback.
-
But why when the child component is placed outside the FluentTabs and FluentTab in the parent component it works as expected , the issue occurs when the child is declared inside the fluentTab , like the bellow
|
Beta Was this translation helpful? Give feedback.
-
I still don't think this is an issue, so I'm converting it into a discussion. |
Beta Was this translation helpful? Give feedback.
-
what about the case where OnParametersSetAsync is triggered in the child component whenever a property of the bound EditContext is changed ?This behavior happens even when no parameters have changed. This only happens if the parent component is handling an event callback from the child.if the parent does not handle any event callback from the child, it works as expected.
Originally posted by @jadAzar12 in #3652 (reply in thread)
Beta Was this translation helpful? Give feedback.
All reactions