1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Fixing broken searchbar #587

This commit is contained in:
Patrik J. Braun 2023-01-11 22:38:20 +01:00
parent 181eaf1d7f
commit b107d28281

View File

@ -1,5 +1,5 @@
<form class="navbar-form" role="search" #SearchForm="ngForm">
<div class="input-group">
<div class="input-group flex-nowrap">
<app-gallery-search-field-base [(ngModel)]="rawSearchText"
(ngModelChange)="validateRawSearchText()"