ng2-select icon indicating copy to clipboard operation
ng2-select copied to clipboard

required="false" is not working

Open dilotec-2015 opened this issue 6 years ago • 2 comments

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]

dilotec-2015 avatar Mar 27 '18 12:03 dilotec-2015

I got same issue. Form-control always invalid

khoanguyen2610 avatar Apr 03 '18 06:04 khoanguyen2610

Facing the same issue, except for a "single" module as well. Did you manage to figure this out?

suparnavg avatar Apr 15 '18 11:04 suparnavg