2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 16:59:01 +00:00
Commit Graph

270 Commits

Author SHA1 Message Date
Tomas Kirda
94600795e7 When input receives focus trigger onValueChange only if minChars equals 0 2015-06-04 12:58:04 -05:00
Tomas Kirda
484c4c82fb Update formatting 2015-06-04 12:48:18 -05:00
Tomas Kirda
e150db1166 Update documentation formatting 2015-06-04 12:45:36 -05:00
Tomas Kirda
bd25b4d992 Pass original query to transformResult callback 2015-06-04 12:33:32 -05:00
Tomas Kirda
56d902b6b1 Whitelist files for npm 2015-06-03 17:47:40 -05:00
Tomas Kirda
4eb8984afc Correct repository path, fixes #366 2015-06-01 15:59:22 -05:00
Tomas Kirda
0899fc75f6 Add repository section to package.json, fixes #366 2015-06-01 09:48:11 -05:00
Tomas Kirda
6897f8e53b Merge pull request #365 from animir/master
Update readme.md.
2015-05-29 09:34:11 -05:00
Roman
4c802be297 Update readme.md
Split descriptions of options into 3 blocks and sort as possible by logic of process.
2015-05-29 16:20:05 +09:00
Tomas Kirda
7f81f72a43 Rev for 1.2.20 release 2015-05-16 12:17:57 -05:00
Tomas Kirda
ab1c27b673 Do not trigger select on valid input when multiple suggestions are available, fixes #361 2015-05-16 12:03:08 -05:00
Tomas Kirda
afdece2298 Rev for 1.2.19 release 2015-05-03 19:05:59 -05:00
Tomas Kirda
d7b487cc73 Abort ajax request on blur, fixes #357 2015-05-03 18:30:31 -05:00
Tomas Kirda
08c284c00d Merge pull request #336 from SunboX/fix-html-entities
Fix html entities
2015-03-24 10:41:50 -05:00
André Fiedler
864541e245 Update jquery.autocomplete.js 2015-03-24 10:14:39 +01:00
André Fiedler
2952f328cd Update jquery.autocomplete.js 2015-03-24 10:14:06 +01:00
Tomas Kirda
82abff9f3c Update lookup sample code, closes #329 2015-03-16 11:20:59 -05:00
Tomas Kirda
5f7f91af0b Rev for 1.2.18 release 2015-03-13 11:17:12 -05:00
Tomas Kirda
3dd9add2ab Fix for incorrect highlighting of first item, if using groupBy. Fixes #326 2015-03-13 11:11:37 -05:00
Tomas Kirda
451c5efe95 White space adjustments. 2015-03-04 10:56:45 -06:00
Tomas Kirda
06fe840666 Rev for 1.2.17 release 2015-03-04 10:52:04 -06:00
Tomas Kirda
8e6812d603 Fix white space. 2015-03-04 10:46:03 -06:00
Tomas Kirda
a2c472853b Merge branch 'onhide-callback-option' of https://github.com/stffndtz/jQuery-Autocomplete into stffndtz-onhide-callback-option
Conflicts:
	dist/jquery.autocomplete.js
	dist/jquery.autocomplete.min.js
	readme.md
	spec/autocompleteBehavior.js
	src/jquery.autocomplete.js
2015-03-04 10:32:47 -06:00
Tomas Kirda
c9d106ba79 Update documentation. 2015-02-23 15:12:33 -06:00
Tomas Kirda
4ca8fc3c5b Merge pull request #294 from armno/master
Enable syntax highlighting in readme file
2015-01-09 09:52:17 -06:00
Armno
ecf4114a8f enable syntax highlighting in readme file to make it a bit easier to
read
2015-01-07 09:51:19 +07:00
Tomas Kirda
d257039e38 Make JSLint happy. 2014-12-03 14:31:21 -06:00
Tomas Kirda
d27a586af2 Rev for 1.2.16 release 2014-12-03 14:23:24 -06:00
Tomas Kirda
54f24951e3 Implement preserve input option. Closes #164. 2014-12-03 14:14:48 -06:00
Tomas Kirda
dfd7f44509 Update spec. 2014-11-26 15:51:39 -06:00
Tomas Kirda
f2e13bdb5b Merge pull request #275 from danielgroves/patch-firefox-android
Fix for Firefox Android not updating
2014-11-24 19:57:03 -06:00
Tomas Kirda
2c6bb918f3 Rev for 1.2.15 release 2014-11-24 19:41:25 -06:00
Tomas Kirda
805b45ccb7 Allow callback function to be set as lookup in options. Fixes #227 2014-11-24 19:36:47 -06:00
Daniel Groves
2f6cf8de00 Fix for Firefox Android not updating
Within Firefox Android the change/key events are not fired while the
keyboard is showing, only when it is hidden. Using the input event fixes
this.
2014-11-20 16:27:13 +00:00
Tomas Kirda
05a337cba9 Make jshint happy. 2014-10-11 12:05:08 -05:00
Tomas Kirda
587414b143 Minify source during build. Fixes #255. 2014-10-08 10:25:30 -05:00
Tomas Kirda
75879a89c1 Merge pull request #251 from freax/auto-select-first-fix
Fix for scroll on autoselect first item
2014-10-06 15:49:26 -05:00
Tomas Kirda
e6e409f4a4 Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete 2014-10-06 15:48:48 -05:00
Tomas Kirda
062e9bdacf Add support for custom lookup function. 2014-10-06 15:48:34 -05:00
Tomas Kirda
2d7e98fefa Merge pull request #252 from dugwood/patch-1
Fix syntax for jsHint
2014-10-06 15:00:48 -05:00
Yvan
a6efd4ee30 Fix syntax for jsHint
Fixed some lines or changed some code to validate the code against jsHint. See http://www.jshint.com/. Thanks for the good work.
2014-10-06 16:39:48 +02:00
dima
3048f48d1b always work only after the show() method 2014-10-03 15:48:56 +04:00
dima
b34fc5d9c7 fix for scroll on autoselect first item 2014-10-03 15:08:59 +04:00
Tomas Kirda
505485e717 Merge pull request #245 from balvig/delta
Use height of items to compute heightDelta
2014-09-25 08:01:41 -05:00
Jens Balvig
9fbadc1451 Use height of items to compute heightDelta 2014-09-25 09:16:42 +02:00
Tomas Kirda
d71867a090 Rev for 1.2.14 release 2014-09-21 22:18:09 -05:00
Tomas Kirda
fb920860c5 Implement grouping. Resolve #83 2014-09-21 22:14:17 -05:00
Tomas Kirda
d90cc5e92f Rev for 1.2.13 release 2014-09-21 18:09:53 -05:00
Tomas Kirda
2a0f1f7b89 Use empty suggestions array if it is bad query. 2014-09-21 18:06:59 -05:00
Tomas Kirda
9d8118fa6b Call onSearchStart and onSearchComplete for local search. Fixes #241 2014-09-21 18:00:12 -05:00