Closed dumitrascuSorin closed 2 years ago
Hi @dumitrascuSorin thanks for reporting and for the good reproduction. We'll let you know as soon as this is fixed.
Hi @dumitrascuSorin we're happy to announce that this issue is fixed and is going to be available with the next release. Thanks for contributing!
⚡ Reproduction
StackBlitz link to reproduce the issue: https://stackblitz.com/edit/angular-s5wg3k?file=src/app/multi-select-intl-example.html
Steps to reproduce:
nx-multi-select
component.nx-dropdown
component.📗 Expected Behavior
When the form group is touched, I would expect both form fields to have the
has-error
class and the error messages to be displayed.📕 Actual Behavior
Even though both form fields are invalid, the error message is diplayed only for the
nx-dropdown
but not for thenx-multi-select
📦 Environment