Lazy load autocomplete loading status

Tags: #<Tag:0x00007f8b2b11e618> #<Tag:0x00007f8b2b11e4b0>

Hi support,

Is there a way to show loading status while the autocomplete is loading it’s options from the ajax request?

Hi @r.evangelio

We don’t have example for autocomplete, but here’s an example of a loader for fetching data from JSON file:

https://jsfiddle.net/handsoncode/35s6b0df/

Hi @adrian.szymanski,

This doesn’t help me at all. I want to at least show a loader in autocomplete and to be able to add “no result” just in case there’s no available option for the said dropdown.

@r.evangelio

As I mentioned before, we don’t have such examples for autocomplete, as it’s a custom implementation. Here’s a similar thread: