Paolo Casciello
Paolo Casciello
Hi @machinehum and thanks for the PR. I'm currently on holiday so I can't check that everything is working correctly. All the new work I'm doing is on branch `xcash-v300`...
Well, actually you could already customize all the request flow using existing events. However I'll look into this. Perhaps the most elegant solution here is changing `resolverSettings.url` to a `function...
Hi @adriano-ghezzi `callback(res.results)` is an example. In my test file I have a first level `results` key. No errors and no event triggered is really strange.
HI @monetschemist The way to do this is simple. You only need to implement the `search` event. ``` $('.advancedAutoComplete').autoComplete({ resolver: 'custom', events: { search: function (qry, callback) { // let's...
Hi @monetschemist The `data` attribute is a javascript object. You could simply add your variables to that object and let jquery urlencode correctly the query string. In your solution if...
This is implemented when hitting `TAB` on a `select` element. But the first item is not highlighted as of now. I'll plan this in a future release (and look in...
I used it in a webpack environment import it as folowing: import 'bootstrap-autocomplete/dist/latest/bootstrap-autocomplete';
Write something in the docs in release 3.0.0
Hi @Alexplose AFAIK there is no way to copy all attributes. :( But I leave this open if anyone has some suggestions.
I'll get that timon fix... :)