Current behavior: When I open a modal, make a change in a field, and then close the modal without saving, when I reopen the modal, it “remembers” the change I made and opens the modal in that “changed” state, even though the changes were never saved to the database.
Is this the intended behavior?
I’d expect that if I didn’t save the changes, and just close the modal window, that the modal would later reopen with the saved data from the database, rather than “remember”/keep the change that wasn’t saved.