perubahan search
This commit is contained in:
@@ -691,7 +691,7 @@
|
|||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
id="search-input"
|
id="search-input"
|
||||||
placeholder="🔍 Search by work description..."
|
placeholder="🔍 Search by work description or name..."
|
||||||
class="border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:outline-none px-4 py-2 rounded-xl text-sm w-64 transition"
|
class="border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:outline-none px-4 py-2 rounded-xl text-sm w-64 transition"
|
||||||
on:input={(e) => {
|
on:input={(e) => {
|
||||||
currentSearchTerm = (e.target as HTMLInputElement).value.toLowerCase();
|
currentSearchTerm = (e.target as HTMLInputElement).value.toLowerCase();
|
||||||
|
|||||||
Reference in New Issue
Block a user