How does one set up multiple sources, some dynamic and some static, and have the static ones not block display waiting for the dynamic ones? #1186
-
I have two sources, one static and one dynamic. The dynamic is setup such that However, when searching, the static source that doesn't return a How does one setup the two sources to allow for the synchronous one to not be blocked on the async one? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
A core principle of autocomplete is that whenever you type something and navigate through the items that you won't be surprised with results changing, therefore it's not possible to have sources that are slower while others are faster. |
Beta Was this translation helpful? Give feedback.
-
Gotcha, I see where you're coming from there even though it's not ideal for my usecase! Is that documented anywhere? It would have been nice to have known earlier. Appreciate the quick reply, thanks! |
Beta Was this translation helpful? Give feedback.
A core principle of autocomplete is that whenever you type something and navigate through the items that you won't be surprised with results changing, therefore it's not possible to have sources that are slower while others are faster.