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! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
localdata source is consumed by the typeahead when the typeahead is initialized and it is not referenced again. Theprefetchandremotedata sources fetch data dynamically. I needed something in between and have submitted a PR for your consideration.#40
All reactions