diff --git a/projects/bootstrapcomponents/src/textbox/textbox.html b/projects/bootstrapcomponents/src/textbox/textbox.html index 4f64c7b..708a58c 100644 --- a/projects/bootstrapcomponents/src/textbox/textbox.html +++ b/projects/bootstrapcomponents/src/textbox/textbox.html @@ -16,7 +16,6 @@ [autocomplete]="autocomplete" [type]="inputType == 'password-with-eye' && showPass ? 'text' : inputType == 'password-with-eye' ? 'password' : inputType" [findmode]="findmode" - (blur)="dateLostfocus($event)" />