Files
alfresco-ng2-components/lib/content-services/search/components/search-text/search-text.component.html
Denys Vuika 856c4fd7f5 search bug fixes and documentation updates (#3256)
* bug fixes for search

* test fixes

* bug fixes for search
2018-05-03 10:28:20 +01:00

11 lines
313 B
HTML

<mat-form-field>
<input
matInput
[placeholder]="settings?.placeholder"
[(ngModel)]="value"
(change)="onChangedHandler($event)">
<button mat-button *ngIf="value" matSuffix mat-icon-button (click)="reset()">
<mat-icon>close</mat-icon>
</button>
</mat-form-field>