mageworx / search-suite-autocomplete

Fast and accurate autocomplete search results for better user experience.
https://www.mageworx.com/magento-2-search-atocomplete-free.html
GNU General Public License v3.0
30 stars 15 forks source link

Loading Gif #16

Open drinkingsouls opened 4 years ago

drinkingsouls commented 4 years ago

Hi Mageworx, This is a useful extension. Is there a way to add a loading gif while the search loads the product window? Thank you.

vitaliddd commented 4 years ago

Hello,

Unfortunately, currently there is no such feature. We will this to the next major update. Thank you for this feature request.

Let us know if you have any questions.

drinkingsouls commented 4 years ago

I achieved this by switching the search icon to a loading wheel when .loading class is applied to "form minisearch".

Less .block-search { padding: 12px 15px 11px 15px; width: 300px; .loading { .action.search:before { font-size: 26px; line-height: 26px; margin-right: 4px; content: '\f1ce'; font-family: 'FontAwesome'; animation: rotation 1s infinite linear; } } }