You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
When I load a form fields form a JSON, is it better practice load the predefined fields values populating the JSON model or There are ways to fill them from the JSON of fields, like some property for example like predefined-value or something like that?
Is there a specific field in the JSON of fields where I can receive extra data from the server?
For example, data such as the modification date and the name of the person who made it. In general they are other data that do not have to do directly with the creation of the form.
Currently I add a new { .... } in the lis of field and it seem it works.