❔ Blazor: Get value of nested component
I have two component: CompA and CompB and a page index.
CompB is a simple input
CompA has a RenderFragment
I want to display the input text of CompB inside CompA
PS: I am doing stuff step by step to understand the process
CompB is a simple input
CompA has a RenderFragment
I want to display the input text of CompB inside CompA
PS: I am doing stuff step by step to understand the process



