@c10t/nice-component-library 0.0.21-c → 0.0.21-d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3504,7 +3504,8 @@ class CvaInputComponent {
3504
3504
  <i *ngIf="!!suffixFontAwesomeClass" class="input-suffix {{suffixFontAwesomeClass}}" matSuffix></i>
3505
3505
  <span *ngIf="onFocusStatus && (!!maxLength || !!maxLengthDisplay)" class="input-suffix"
3506
3506
  matSuffix>{{ displayLength() }}</span>
3507
- <button mat-icon-button color="warn" class="btnTextClear" matSuffix (click)="onClear()" [disabled]="disabled">
3507
+ <button mat-icon-button color="warn" class="btnTextClear" matSuffix (click)="onClear()" [disabled]="disabled"
3508
+ type="button">
3508
3509
  <mat-icon>clear</mat-icon>
3509
3510
  </button>
3510
3511
  <mat-hint align="start" *ngIf="!NsValidator.invalid(control)">{{ hint | translate }}</mat-hint>
@@ -3586,7 +3587,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
3586
3587
  <i *ngIf="!!suffixFontAwesomeClass" class="input-suffix {{suffixFontAwesomeClass}}" matSuffix></i>
3587
3588
  <span *ngIf="onFocusStatus && (!!maxLength || !!maxLengthDisplay)" class="input-suffix"
3588
3589
  matSuffix>{{ displayLength() }}</span>
3589
- <button mat-icon-button color="warn" class="btnTextClear" matSuffix (click)="onClear()" [disabled]="disabled">
3590
+ <button mat-icon-button color="warn" class="btnTextClear" matSuffix (click)="onClear()" [disabled]="disabled"
3591
+ type="button">
3590
3592
  <mat-icon>clear</mat-icon>
3591
3593
  </button>
3592
3594
  <mat-hint align="start" *ngIf="!NsValidator.invalid(control)">{{ hint | translate }}</mat-hint>