Honatas / bootstrap-4-autocomplete

A simple autocomplete/typeahead for Bootstrap 4 and jQuery
MIT License
56 stars 31 forks source link

Option to fetch source by ajax request #5

Closed cdalexndr closed 3 years ago

cdalexndr commented 4 years ago

Looking for the following functionality:

  1. User types text
  2. Fetch request to server for autocomplete items
  3. User types more text
  4. Another fetch request for updated items
leijae commented 4 years ago

would love to have this,

GSoftwareDevelopment commented 4 years ago

I implemented simple fetching data in my fork

Honatas commented 3 years ago

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.