MAUI C# Modal Freezing and Not Closing Automatically After Update/Add Operation
I am working on a MAUI C# application dedicated to Windows. This app is unique in that it works with a local database and calls an API that populates a database on a server. In this app, I have a page that displays a list of items. On this page, I also have buttons that allow me to add/update/delete items in this list. The buttons bring up a modal for updating or adding items.