Skip to Content
0
Feb 22, 2019 at 06:01 AM

Changing the model values locally without effecting the original model in SAPUI5

700 Views

I am saving data in a model. Data has been fetched from a service call. I am setting that data on different dropdowns in the view. I am changing that data locally on a few checks and conditions but my values in the original data are also getting changed. How to stop that. I need my original data not to be effected.