So i have a popup (popup1) with some input fields.
popup1 view has some params which each input field is connected to (bi-directional)
I have a button in popup1 which saves the data from the params to the db.
This all works fine, but now i wanted to add in some feedback with another popup(popup2) when a value in the input is incorrect or required to be filled in.
But when the new popup2 appears, all my data in the input fields of popup1 get reset.
During some tests i notice popup1 also gets reset when i drag the popup1 around. Even if popup2 never appeared.
Is this normal behavior or am i doing something wrong?
It sure is super annoying. Why do the params reset when you drag around the popup, that makes no sense