SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 386 forks source link

Mat Blazor Expansion Panel Description Dyanmic Content #285

Open bansalankit2601 opened 5 years ago

bansalankit2601 commented 5 years ago

I am trying to bind the content of by calling a child component in loop.This child component contains list of data to be shown.

There are several Mat Expansion panel in loop and each MatExpansionPanelDetails will have a different data from child component.

However whenever I load the panel from child component all panel expansion details gets changed to the one which is expanded.

NetworkMonitorDevices.zip

image

chris1411 commented 5 years ago

This seems to be the same thing thats going in issue #283