-
Notifications
You must be signed in to change notification settings - Fork 365
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
Search starts after typing two characters #173
Comments
https://github.com/crowdint/rails3-jquery-autocomplete/tree/master/lib/assets/javascripts You can locate the above mentioned java script files of gem in your local and change the value manually. Just open the files and find "2". You will see code like. if ( term.length < 2 ) { Replace "2" with your desired length. Don't forget to restart server. |
There's an open PR (#169) with this functionality from 8 months ago. I hope merge someday.. |
No chance to see this feature in the options attribute ? |
@charlesdg follow this pull request #169 |
Please add following attribute on element. |
Is it possible to start the search after typing one character only? No request is sent to the server when I type the first character.
Thanks in advance.
The text was updated successfully, but these errors were encountered: