argos/dmp-frontend/src/common/modules/text-filter/text-filter.component.html

5 lines
203 B
HTML

<mat-form-field class="col-12" subscriptSizing="dynamic">
<mat-label>{{getPlaceholder()}}</mat-label>
<input autocomplete="nope" matInput class="search-box" [(ngModel)]="inputValue">
</mat-form-field>