ng2-select
ng2-select copied to clipboard
required="false" is not working
when i set [multiple]="true", [required]="false" and don't choose any item the state should be "ng-valid" but it is "ng-invalid" and i can't save my form because the form is also invalid. only when i choose at last one item the state become "ng-valid". i need a possibility to save forms with ng-select in multiple modus without any choice (item)
ng-select version: [2.0.0]
browser: [chrome, firefox]
I got same issue. Form-control always invalid
Facing the same issue, except for a "single" module as well. Did you manage to figure this out?