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"
|
||||
type="text"
|
||||
bind:value={query}
|
||||
placeholder="Search..."
|
||||
placeholder={
|
||||
(
|
||||
activeFilter === "all"
|
||||
? "Search..."
|
||||
: `Search in ${activeFilter.replace("_", " ")}...`
|
||||
)+
|
||||
(activeFilter === "phone" && " (e.g. 612233445)" || "")
|
||||
}
|
||||
required
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user