Hi,
two questions about using Binder:
- If I only need to display data, but not edit (all read-only fields), would you still recommend using Binder, or is .setValue() just fine? Pros/cons?
- How would you use Binder with a list of components? Let’s say I have a person with a list of addresses. My form shows the person data and below that I want to show all addresses.
Thanks.