Form Composition + Object
Now, the tricky aspect is that I'd like to just have one component control all of those fields. It's like smart google address form input where you type part of your address, it finds it, and the fills it out:
The problem is that the
errors object is empty when theres an error with one of the inner portions. I could snoop around the field.form.errors object to find what i need but that gets pretty messy. Is there a reason that address does not receieve address1, address2, etc as part of the errors? Any workarounds?