Currently, the form data as changed by the user, is only available for the @onSubmit callback (unless you are in mutable mode). We could yield this.effectiveData though to give access to that data to the template, for e.g. dynamic forms that render/unrender new form elements based on the user input.
Currently, the form data as changed by the user, is only available for the
@onSubmit
callback (unless you are in mutable mode). We could yieldthis.effectiveData
though to give access to that data to the template, for e.g. dynamic forms that render/unrender new form elements based on the user input.