I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/ngx-form-errors/blob/master/CONTRIBUTING.md#got-a-question-or-problem
Currently messages are stored as {group?}.{formControlName?}.{error} meaning an error can only be specified for it's nearest group. I propose we allow nesting groups so the format will be {[group]?}.{formControlName?}.{error}.
I'm submitting a...
Currently messages are stored as
{group?}.{formControlName?}.{error}meaning an error can only be specified for it's nearest group. I propose we allow nesting groups so the format will be{[group]?}.{formControlName?}.{error}.