...
- "${ config.parentFormId }.reset"
- -> your field should clear its value and any error messages it is currently displaying
- "${ config.parentFormId }.clear-errors"
- -> your field should clear any error messages it is currently displaying ** TODO why do we need this?
- "${ config.parentFormId }/${ config.formFieldName }.show-errors
- includes an array of string error messages as its payload
- -> your field should display the given errors in its error span