Skip to content
New issue

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

Documentation lacking key information #1802

Open
SoftCircuits opened this issue Feb 22, 2022 · 1 comment
Open

Documentation lacking key information #1802

SoftCircuits opened this issue Feb 22, 2022 · 1 comment

Comments

@SoftCircuits
Copy link

SoftCircuits commented Feb 22, 2022

I've spent a bit of time trying to get up to speed with this component.

It seems the documentation doesn't tell me which files I need. In my case, I want the absolute minimum to get the typeahead working. (No Bloodhound, etc.) I don't see anywhere where it tells me which files I need for that. In fact, you don't even have a file called typeahead.js, as the examples page seems to suggest I need.

Moreover, when I seemed to get it finally working, it now seems clear I need some specialized CSS for it to work. And, again, I don't see any information on this. At this point, I don't know if it was assumed I'd write my own CSS or what.

Perhaps someone could write a paragraph or two explaining which files I need to implement the examples.

@john-999
Copy link

john-999 commented Apr 2, 2022

Recommended solutions (without jQuery dependencies):

  1. Tarek Raafat's "autoComplete.js" (can be used in existing forms): https://github.com/TarekRaafat/autoComplete.js

  2. "Algolia autocomplete" (but creates a form element, so not usable within existing forms, only as a standalone element): https://github.com/algolia/autocomplete

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

No branches or pull requests

2 participants