Option to fetch source by ajax request
cdalexndr opened this issue · 3 comments
cdalexndr commented
Looking for the following functionality:
- User types text
- Fetch request to server for autocomplete items
- User types more text
- Another fetch request for updated items
leijae commented
would love to have this,
GSoftwareDevelopment commented
I implemented simple fetching data in my fork
Honatas commented
Since requests to any server which responds with data can be made in a wide variety of ways, I am not planning to include this feature on this lib. By doing so it would restrict how you would retrieve your data.