Skip to content

Commit

Permalink
fix (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olya-web7 authored Feb 21, 2022
1 parent 25a20b2 commit d1e5982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<mat-form-field floatLabel=never appearance="none" fxLayout='row' fxLayoutAlign='space-between center'>
<input type="text" maxlength="200" [formControl]="searchValue" matInput placeholder="Введіть назву гуртка, школи"
<input type="text" maxlength="256" [formControl]="searchValue" matInput placeholder="Введіть назву гуртка, школи"
(keyup.enter)="onSearch()">
<mat-error *ngIf="searchValue && searchValue.errors">Пошук не може містити спеціальні символи.</mat-error>
<mat-icon class="icon" style="transform: rotate(90deg)" (click)="onSearch()">search</mat-icon>
Expand Down

0 comments on commit d1e5982

Please sign in to comment.