bootstrap-ajax-typeahead icon indicating copy to clipboard operation
bootstrap-ajax-typeahead copied to clipboard

Twitter Bootstrap Ajax Typeahead Plugin

Results 42 bootstrap-ajax-typeahead issues
Sort by recently updated
recently updated
newest added

Hi, are there plans to update to support the Bootstrap v4 alpha?

Namespaces for events allow you to apply several events, including custom events. ajax: { triggerLength: -1 } - allow hints on focus

Hey, i'm using this plugin to filter a list of values in a search , but at the moment, I need an empty search working. Using other words, i want...

Hi, Your plugin is awesome but I've faced some error in "displayField" option, this is not working properly. I've used this code in two separate files, suppose file A &...

Hi just incase anyone else comes across this. There seems to be a bug in Jquery 3.3 and this plugin and screws up the plugin in tables and calculates the...

Hi, I download source code today and test autocompletion and I have this error when I try this code : `$('#user').typeahead({source: [ { id: 1, name: 'Toronto' }, { id:...

When i click to scroll down or up on the dropdown menu it closes the menu itself. Follow a link with a vid: http://recordit.co/okJg9WVp9W

Sometimes it is necessary to change the style under different results, just like success and error So, I added in: https://github.com/biggora/bootstrap-ajax-typeahead/blob/530ae7f7f6b0a41db79843e0894603afee2601b5/js/bootstrap-typeahead.js#L204 to: ```javascript data = that.ajax.preProcess(data, this.$element); ``` other: https://github.com/biggora/bootstrap-ajax-typeahead/blob/530ae7f7f6b0a41db79843e0894603afee2601b5/js/bootstrap-typeahead.js#L179-L181...

Hi, I am using this for ajax based dropdown, so as we have in select box i want both name and value of it,so when submit my form i should...

Using the AJAX approach for Typeahead and suggestions. I have 2 major problems : 1. What is the response that is expected from the server URL ? I have tried...