5 lines
No EOL
268 B
HTML
5 lines
No EOL
268 B
HTML
<form class="d-flex align-items-center pe-2 pt-2">
|
|
<input class="form-control me-5 position-relative" type="search" #newItem placeholder="Trouver votre SIMPL'EAT..."
|
|
aria-label="Search">
|
|
<button (click)="onChangeInput(newItem.value)">Recherche</button>
|
|
</form> |