Dynamic local data source #42
bryan-gilbert
started this conversation in
Ideas
Replies: 1 comment
-
Hello @bryan-gilbert , thank you for your comment. In case your PR does not pan out, I will try to implement this feature in v5. Thanks again! |
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
-
This is a really nice and clean module that is up to date and doesn't have any dependencies. It is also easy to understand how to set up and use.
In my application provides simulations to the users. Each of these simulations has a set of characters that can be modified during the simulation. The
local
data source is consumed by the typeahead when the typeahead is initialized and it is not referenced again. Theprefetch
andremote
data sources fetch data dynamically. I needed something in between and have submitted a PR for your consideration.#40
Beta Was this translation helpful? Give feedback.
All reactions