I have been utilizing Angular Formly to display forms generated from the JSON response received from services. However, I have a few inquiries.
Is it feasible to retrieve data in a field (templateOptions.label, for instance) to include in the model? Or would one need to override FormlyFormController from formly-form.js and incorporate a function like the existing "attachKey"?
Can you add a field, such as groupLabel, to a fieldGroup to provide a title for the group?