Hello
I am using the dropdown list in my Edit form I have it connected to a remote data source that is working fine I can get the data from the database for the list.
The issue I am having is when I am deep copying the data for the edit screen. When I switch to the edit screen I get an error in the manager.js of the dropdown list and I am not sure why. So I am wondering if you can give me some insight on why I am getting t his error. I am also not sure if the combobox controls are also erroring out as I get an in promise error 400 in the console as well. With the combobox the autofilter is broken and it does not show the rest of the data that is with the component aswell. Is there a way to deep copy the data with your components and still have them work properly. The deep copy is a requirement to make a copy of the data for Editing purposes
please let me know if you have any answers to this
looking forward to your help
Edit:
When looking at the errors I am getting datamanager: undefined. when I switch over to my edit window this happens on the combobox controls and the dropdown I and suspecting this is why I am getting the error 400 and not all the data for the combobox and dropdown error. so this is what I need to fix It is defined on the details page but becomes undefined on the edit page .. same control is used for both pages . any insights will be great
thanks
David