Relative Content

Tag Archive for c#asp.netblazorcomponentsfluent-ui

How can I get Fluent UI panel to close?

I have 3 Blazor Components : 1 that has just a button for the markup but it opens up a Microsoft FLuent UI dialogue which takes a component (ChecklistItemDialogue) as a parameter, inside if checklistItemDialogue there are 2 components (ChecklistItemPanel and Newchecklistitem). All I am trying to do is simply close the model once the SubmitItems method is invoked inside of ChecklistItempanel. i want the model to close when this fires off. In addition , i would like to find a way to access the selectedItemTemplates and pass them up a couple of layers to update the UI once the request is successful