NileshPatel17 / ng-multiselect-dropdown

Multiple Select Dropdown Component
https://nileshpatel17.github.io/ng-multiselect-dropdown/
327 stars 287 forks source link

Validation Issue #385

Open deepaksharma820 opened 1 year ago

deepaksharma820 commented 1 year ago

Angular version: 14.0.0

ng-multiselect-dropdown version: 0.3.9

Description of issue: Plugin have a validation issue with reactive forms

Steps to reproduce: create any reactive form in angular and add the validators required

Expected result: got the error 'field is required or custom text

Actual result: no validate

Demo: Please share a sample code link using StackBlitz or code sandbox https://xrrngy.csb.app/

Any relevant code:

Note-  It's worked properly in this version 0.3.8 but i have some other issue which one have fixed in current version