-
Notifications
You must be signed in to change notification settings - Fork 53
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
Working with bootstrap? #22
Comments
I'm using it in Rails app. What interference do you have? |
I was able to get it working by modifying it last night to this following the older version's example
whereas it was previously just |
I have a different issue now actually. When I enter the text, it pulls up the suggestions. If I select it, it fills it in, but when I click outside the text box, it disappears. This only does this in my in the form
The script is written as above. |
Have you been able to fix this? I am getting 'undefined is not a function' whether I grab it by id or name. Anyone else have this issue with a rails app using boostrap? |
That is a whole another issue all together then. it suggests you're not loading your library properly. Make sure Jquery is being loaded properly before you load this library. |
I want to integrate it with a bootstrap form on rails but the bootstrap appears to be interfering with adding in the JS and autocomplete. Not entirely sure where to start for trying to get the two to cooperate. Any suggestions?
The text was updated successfully, but these errors were encountered: