Update input search

This commit is contained in:
Kenta420 2023-11-16 09:22:40 +07:00
parent fea5f8452a
commit b43be0739e

View file

@ -117,7 +117,7 @@
>
<div class="join">
<input
class="input input-bordered join-item w-[300px]"
class="input input-bordered join-item w-[300px] bg-white"
placeholder="Product Code, Name or Other Name"
(input)="setSearch($event)"
(keydown.enter)="search($event)"