Any way to update the count text while searching? #152
Replies: 2 comments 1 reply
-
Hi, <div class="auto-search-wrapper">
<input type="text" id="basic" placeholder="type w">
<div class="hidden">
<span>Searching...</span>
</div>
</div> When searching you have an As for the second problem, you have an example header/footer Good luck |
Beta Was this translation helpful? Give feedback.
-
Sorry to clarify, I want to show searching text while search is in progress, then once complete I want to show the count(i.e, Found # results). From your docs I already implemented the count, I just need the searching text, similar to loading spinner but text should be present in the dropdown list. Here's an example from a search in this sites header: https://ma.tt/ I'll have another look into the header/footer as well, thank you. |
Beta Was this translation helpful? Give feedback.
-
Great autocomplete by the way and docs, covers almost all the bases including accessibility!
On search I would like it to say 'Searching...' so two things would need to be in place for that: Currently searching and dropdown visible.
Example:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions