Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Does not permite functions as extraParams #109

Open
luizromero opened this issue Feb 11, 2016 · 1 comment
Open

Does not permite functions as extraParams #109

luizromero opened this issue Feb 11, 2016 · 1 comment

Comments

@luizromero
Copy link

Autocomplete 2.4.4 does not permite funcitions as extraParams.

Sugestion to correct this issue:

/**
 * Create partial url for a name/value pair
 */
var makeUrlParam = function(name, value) {
    return [name, encodeURIComponent(typeof value == "function" ? value() : value)].join('=');
};
@dyve
Copy link
Owner

dyve commented Feb 12, 2016

The project is retired / abandoned. There will be no more updates.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants