We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
Is it possible to load the result into a specific element? Currently the list (autocomplete-suggestion) is appended to the body.
The text was updated successfully, but these errors were encountered:
@QJan84 It maybe kinda too late answer, but I've just PRed this option.
If you ever need, here is the file with my modifications. https://github.com/alexnaidovich/JavaScript-autoComplete/blob/edit/auto-complete.js Pass in options { selectorToInsert: '.classOfYourSelector' }.
{ selectorToInsert: '.classOfYourSelector' }
Sorry, something went wrong.
@SimonSteinberger by the way, is this project being maintained any longer?
Is this gonna be merged? Because I would need this.
@maxKimoby I think this project is no longer being maintained. 11 months have passed from my PR, I don't think it will be ever accepted and merged.
No branches or pull requests
Hey,
Is it possible to load the result into a specific element?
Currently the list (autocomplete-suggestion) is appended to the body.
The text was updated successfully, but these errors were encountered: