angular
angular copied to clipboard
How to display dataSource[0].data on the Form
Fantastic lib, Appreciate @travist on this Forms.
I have a form when you select the name of the employee from the dropdown it should pull the data of the employee if Active or not from the Employee resource and display in the form. I have used the DataSource for it and fetched the data calling the API. I was able to write the retrieved data to the console but I am not sure how to display the same data to the text field. I am not sure if it needs some special template to do that. Any help please.
Thanks in Advance.