add hint for phone
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -142,7 +142,14 @@
|
|||||||
class="grow input-xl"
|
class="grow input-xl"
|
||||||
type="text"
|
type="text"
|
||||||
bind:value={query}
|
bind:value={query}
|
||||||
placeholder="Search..."
|
placeholder={
|
||||||
|
(
|
||||||
|
activeFilter === "all"
|
||||||
|
? "Search..."
|
||||||
|
: `Search in ${activeFilter.replace("_", " ")}...`
|
||||||
|
)+
|
||||||
|
(activeFilter === "phone" && " (e.g. 612233445)" || "")
|
||||||
|
}
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user