Configurable search placeholder #4104
margarizaldi
started this conversation in
Ideas
Replies: 2 comments
-
For any looking for this: You can do this by placing a language file in |
Beta Was this translation helpful? Give feedback.
0 replies
-
i do this like this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A very common use case is to tell users what they can search through the table or global search bar. Instead of the default "Search", developer should be able to customize like:
Search Invoice # or Shipping Number
Search Product SKU
Maybe it can be a table method like
$table->searchPlaceholder('Lorem Ipsum')
or a resource variable$searchPlaceholder = 'Lorem Ipsum';
Hopefully someone will be happy to write a PR
Beta Was this translation helpful? Give feedback.
All reactions