Revert Modal value if not saved
Hi.Consider the scenario.
I have one screen with 1 textbox and 2 buttons (View Popup and Save)
On click on Pop up, 1 pop will open where I have 1 textbox which bind through modal on load.
Once pop up open, if I change text and instead of Save, I close the pop up.
When next time I click on Pop up, it should display the original value in textbox.
But currently it show modified value. It should not because, I have not saved it.
Scenario 2 :- If I save the value of pop up, when next time I click on Pop up, it should display updated value.