[Bug]: Popup Not Closing and Newly Added Item Not Appearing in Edit Form in MudExObjectEditForm #112
Closed
1 task done
Labels
bug
Something isn't working
Contact Details
[email protected]
What happened?
When using the MudExObjectEditForm with an ICollection or List property, the popup does not close after adding a new item. Although the item is successfully added and visible on the screen, the newly added item's value does not appear in the edit form, and the popup remains open.
Steps to Reproduce
Use the example provided in the official GitHub repository.
Set up a form with an ICollection or List property using the provided code snippet.
Add a new item through the popup.
Observe the following issues:
The popup does not close after adding the item.
If I manually inspect the popup and hide with CSS the other issue is when I try to edit the the newly added item’s value it will not appear in the edit form.
Expected Behavior
I have uploaded the solution please see the Index.razor page and try to add an entry to programming skills
Screenshots
Reproduction link
No response
What application type are you referring to?
ServerRendered
Custom Application Type
Blazor server
MudBlazor.Extension Version
2.0.8
MudBlazor Version
7.15.0
What .net Version are you using?
.Net8
What browser are you using?
Chrome
Sample Solution
BlazorApp3.zip
Pull Request
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: