Skip to content
Snippets Groups Projects
Commit 71d91d07 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

fix: async validation on license open licence id field

parent ac7159a4
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
[solidifyValidation]="errors"
[formControl]="fd"
[required]="formValidationHelper.hasRequiredField(fd)"
(blur)="checkAvailable(formDefinition.openLicenseId, fd)"
>
<!-- (blur)="checkAvailable(formDefinition.openLicenseId, fd)"-->
<mat-error #errors></mat-error>
</mat-form-field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment