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

291 Commits

Author SHA1 Message Date
Tomas Kirda
1eff0300eb Remove <strong /> tag when formatting group, closes #450 2017-03-05 19:51:12 -06:00
Tomas Kirda
21b90eb7e6 Expose default options, closes #478 2017-03-05 19:28:49 -06:00
Tomas Kirda
43a31502c4 Call beforeRender even if there are no suggestions. Closes #507 2017-03-05 19:00:07 -06:00
Tomas Kirda
a279fe90b3 Update documentation, fixes #557 2017-03-05 18:40:19 -06:00
Tomas Kirda
72b275819a Set params after onSearchStart has been called, closes #561 2017-03-05 18:37:15 -06:00
Tomas Kirda
8d07d2cbdf Change setInterval to setTimeout, closes #575 2017-03-05 18:33:29 -06:00
Tomas Kirda
56677b9f8b Update documentation, closes #542 2017-03-05 18:19:38 -06:00
Tomas Kirda
0ba374d7e3 Rev for 1.3.0 release 2017-01-20 12:06:07 -06:00
Tomas Kirda
f756a441bf Allow to override formatGroup callback via options, closes #505, #387 2017-01-20 11:59:10 -06:00
Tomas Kirda
19a97900ec Fix indentation: convert tabs to spaces 2017-01-20 11:45:42 -06:00
Tomas Kirda
6b83874ecd Merge pull request #569 from MrSam/master
Introduce 'flex' width setting to auto size suggestion length
2017-01-20 11:35:09 -06:00
Sam Hermans
eb7be992c5 Fixed typo and newline 2017-01-20 18:33:00 +01:00
Sam Hermans
cfafe7ad6a Introduce 'flex' width setting to auto size suggestion length 2017-01-20 17:22:37 +01:00
Tomas Kirda
062811cd42 Rev for 1.2.27 release 2016-11-17 09:16:20 -06:00
Tomas Kirda
607afd0713 Merge pull request #552 from mmcev106/master
Fixed a bug where the suggestion list briefly flashes when the select…
2016-11-03 15:32:22 -05:00
Mark McEver
c08a31dd78 Fixed a bug where the suggestion list briefly flashes when the selected suggestion is a prefix of another suggestion. Prior to this fix, the problem can be reproduced as follows:
1. Open the index.html demo (this url is convenient: https://rawgit.com/devbridge/jQuery-Autocomplete/master/index.htm)
2. In the country name field type "N" then select "Niger" from the list (this country is a prefix for "Nigeria").
3. Click the country name field again.  The suggestion list will flash briefly then dissappear.  The user must then click off of the field and back onto it to actually see the suggestion list.
2016-11-03 15:21:33 -05:00
Tomas Kirda
017965bddd Merge pull request #547 from rushimusmaximus/patch-1
fixed typo in "comma"
2016-10-24 13:05:57 -05:00
Michael Rush
3fc25f5886 fixed typo in "comma" 2016-10-24 10:14:54 -07:00
Tomas Kirda
8d18bdadba Rev for 1.2.26 release 2016-07-28 15:52:45 -05:00
Tomas Kirda
25de88ee6b No need to restore value when preserveInput is set to true, fixes #521 2016-07-28 15:50:35 -05:00
Tomas Kirda
0068bf02ed Merge pull request #520 from swey/pr
switched to box-sizing border-box and removed the expected 1px border…
2016-07-27 09:04:45 -05:00
Sebastian Weyrauch
b42125f9fe reverted package.json to the one of main repository 2016-07-27 07:55:36 +02:00
Sebastian Weyrauch
2c81daeb01 set all widths with .css(), not with .width() 2016-07-27 07:52:54 +02:00
Sebastian Weyrauch
d9c4dd622c also changed the width calculation in adjustContainerWidth 2016-07-27 07:38:07 +02:00
Sebastian Weyrauch
3b4d260c17 adjusted the package.json for usage from this forked repository 2016-07-27 07:30:19 +02:00
Sebastian Weyrauch
8e9be831ee adjusted the package.json for usage from this forked repository 2016-07-27 07:22:42 +02:00
Sebastian Weyrauch
69d2f1a78d switched to box-sizing border-box and removed the expected 1px border from the width calculation in javascript 2016-07-27 07:04:17 +02:00
Tomas Kirda
3b49827db4 Merge pull request #512 from stonio/patch-3
Update npm devDependencies
2016-07-14 14:14:13 -05:00
stonio
575f785fec package.json - main dist/jquery.autocomplete.js
Restore "dist/jquery.autocomplete.js" as main package file.
2016-07-07 18:23:56 +02:00
stonio
8b438fe932 Update npm devDependencies 2016-07-07 11:09:52 +02:00
Tomas Kirda
41043437c0 Merge pull request #511 from stonio/patch-5
JS - Replace 'foo.length === 0' by '!foo.length'
2016-07-06 16:24:44 -05:00
stonio
b09eab6629 JS - Replace 'foo.length === 0' by '!foo.length'
Saving few bytes by replacing 'foo.length === 0' by '!foo.length' in JavaScript code
2016-07-06 16:53:00 +02:00
Tomas Kirda
56c352ab01 Merge pull request #509 from stonio/patch-3
Reduce JSLint Warnings
2016-07-06 09:12:37 -05:00
Tomas Kirda
264198f171 Merge pull request #510 from stonio/patch-4
Shorter RegEx in escapeRegExChars
2016-07-06 09:10:24 -05:00
stonio
22e8d7b1a5 Shorter regex in escapeRegExChars
Removed unnecessary backslash characters.
Slash character is not a regex special character and does not need to be escaped.
2016-07-06 15:06:21 +02:00
stonio
1d733050d4 Reduce JSLint warnings
Tested with http://www.jslint.com
2016-07-06 12:13:27 +02:00
Tomas Kirda
b45b4b1489 Merge pull request #503 from stonio/patch-3
Typo - readme.md
2016-06-22 10:45:43 -05:00
Tomas Kirda
20ea72a491 Merge pull request #501 from orchestra-ts/master
Fix the TypeScript description
2016-06-22 09:06:07 -05:00
stonio
ae88f5b72f Typo - readme.md 2016-06-22 14:45:24 +02:00
Gouigouix
1481000059 Fix groupBy test value. 2016-06-22 14:06:18 +02:00
Gouigouix
6a7bc22b92 Fix lookup and groupBy type and merge jQuery interface. 2016-06-22 14:03:53 +02:00
Tomas Kirda
aca7cb97e8 Merge pull request #500 from stonio/patch-2
Use Jquery noop function
2016-06-21 12:10:09 -05:00
stonio
4e63cf82cf Use Jquery noop function
Use jQuery noop function to be consistent with other functions.
2016-06-21 16:25:16 +02:00
Tomas Kirda
a1407c4053 Merge pull request #496 from stonio/master
Bump project version in jquery.autocomplete.d.ts
2016-06-16 10:48:49 -05:00
stonio
40b6c9dbb9 Bump project version in jquery.autocomplete.d.ts 2016-06-16 11:47:30 +02:00
Tomas Kirda
520f5aa71e Merge pull request #494 from stonio/patch-1
Add plugin alias in jquery.autocomplete.d.ts
2016-06-15 20:01:44 -05:00
stonio
5c0cce6ad1 Add plugin alias in jquery.autocomplete.d.ts
Add plugin alias "devbridgeAutocomplete" in TypeScript definition file  jquery.autocomplete.d.ts
2016-06-15 15:27:48 +02:00
Tomas Kirda
95a329d80d Rev for 1.2.25 release 2016-06-14 16:17:00 -05:00
Tomas Kirda
3f53453499 Adding suggestions data variable to beforeRenderer callback, fixes #489 2016-06-14 16:16:07 -05:00
Tomas Kirda
114cb482eb Merge pull request #491 from Rickycezar/patch-1
Updating beforeRender documentation
2016-06-08 14:55:10 -05:00