Tomas Kirda
c7f02db305
Merge pull request #715 from mdinsmore/master
...
Fix chrome autocomplete issue
2018-05-30 08:38:43 -05:00
mdinsmore
543cdf98bd
Fix chrome autocomplete issue
2018-05-30 11:38:20 +01:00
Tomas Kirda
3927f7960f
Merge pull request #705 from maximzasorin/master
...
Update onHint parameter name in readme
2018-04-10 08:54:43 -05:00
maximzasorin
e52fd43df1
fix onHint parameter in readme
2018-04-10 10:13:57 +03:00
Tomas Kirda
75a8ae9038
Rev for 1.4.7 release
2017-12-11 13:09:11 -06:00
Tomas Kirda
16e13441b9
Merge pull request #677 from anton-github/master
...
Fix keyboard navigation of the grouped list
2017-12-11 13:04:13 -06:00
anton-github
b91bc43929
Update jquery.autocomplete.js
...
We have to remove class from first suggestion element, not from every first children. Otherwise, in case of a grouped list, first item never lose selected state.
2017-12-11 11:23:37 +05:00
Tomas Kirda
50a7d9b130
Rev for 1.4.6 release
2017-12-05 10:21:29 -06:00
Tomas Kirda
2a68f0f86f
Merge pull request #626 from a-khajelou/patch-1
...
the custom parent bug for positioning
2017-12-05 09:26:03 -06:00
Tomas Kirda
c037516040
Merge pull request #673 from santi6291/master
...
Use global jquery reference
2017-11-21 15:02:53 -06:00
Santiago Sosa
9e4c359781
Use global jquery reference
...
This creates a conflict if the app implementing already has a version of jquery. This should be pulled from the global definition of jquery.
2017-11-21 15:35:52 -05:00
Tomas Kirda
fd656a2f48
Rev for 1.4.5 release
2017-11-20 09:42:10 -06:00
Tomas Kirda
e198856a9d
Merge pull request #651 from martinduparc/patch-1
...
Include typings
2017-11-20 09:37:01 -06:00
Tomas Kirda
70de1a5e3e
Rev for 1.4.4 release
2017-10-30 16:17:09 -05:00
Tomas Kirda
a7e84a4799
Ignore "change" event when input value is set by plugin, fixes #669
2017-10-30 16:13:02 -05:00
Tomas Kirda
57528dd120
Rev for 1.4.3 release
2017-09-21 17:42:19 -05:00
Tomas Kirda
37bf4627f2
Correctly extend options.
2017-09-21 17:36:53 -05:00
Martin D
2868b07802
Include typings
2017-09-14 16:40:24 -04:00
Tomas Kirda
63aa789722
Merge pull request #648 from oshihirii/patch-1
...
Some readme file changes
2017-09-09 09:01:40 -05:00
oshihirii
fa88402642
Updated readme
...
Readability changes
2017-09-09 13:53:01 +10:00
oshihirii
aca25b9047
Re-categorised settings information in readme
...
Re-categorised settings information in readme for easier reference.
Added settings information to tables for increased readability.
Added entry for the `onHint` setting which is currently undocumented.
2017-09-09 13:39:50 +10:00
Tomas Kirda
192bb3135e
Rev for 1.4.2 release
2017-08-24 08:04:32 -05:00
Tomas Kirda
ae5f70052b
Merge pull request #639 from erotte/migrate-isArray
...
migrate deprecated `$.isArray` to `Array.isArray`
2017-08-24 08:01:49 -05:00
Eckhard Rotte
5b3da47ca6
migrate dprecated $.isArray
to Array.isArray
...
`$.isArray` is deprecated in jQuery 3.2, so Array.isArray should be the way to go.
https://github.com/jquery/jquery/issues/2961
https://blog.jquery.com/2017/03/16/jquery-3-2-0-is-out/
2017-08-24 11:03:55 +02:00
Arash Khajelou
8ff0ac2a81
the custom parent bug for positioning
...
if you set the appendTo property to another tag instead of body, and if the container is scrollable, there will be a tiny bug for positioning on scrolled container, so if you add this line to the src , it will function well ! :)
2017-07-08 20:49:58 +04:30
Tomas Kirda
59a1293774
Merge pull request #607 from ToastHawaii/patch-1
...
Try to make types visible in npm
2017-04-14 07:50:00 -05:00
ToastHawaii
5e1d7bd6b0
Try to make types visible in npm
...
I can't find your types in npm. I change the package.json like descripted here http://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html .
2017-04-14 08:28:30 +02:00
Tomas Kirda
cae37b9b16
Rev for 1.4.0 release
2017-04-03 17:05:29 -05:00
Tomas Kirda
cadd05fae2
Default appendTo container to "body". Fixes #600
2017-04-03 16:58:02 -05:00
Tomas Kirda
5a15becb22
Rev for 1.4.0 release
2017-03-29 12:10:43 -05:00
Tomas Kirda
91dc0d1b96
Do not overwrite existing autocomplete, fixes #599
2017-03-29 12:08:04 -05:00
Tomas Kirda
14810a1229
Merge pull request #596 from ErikSchierboom/patch-1
...
Update README to use correct markdown for headers
2017-03-21 08:38:15 -05:00
Tomas Kirda
44ad25665f
Merge pull request #597 from ErikSchierboom/patch-2
...
Fix typo in src/jquery.autocomplete.js
2017-03-21 08:37:35 -05:00
Erik Schierboom
0927361647
Fix typo
2017-03-21 14:09:47 +01:00
Erik Schierboom
5c33d71acb
Update README to use correct markdown for headers
2017-03-21 13:38:34 +01:00
Tomas Kirda
2b29ca6f64
Merge pull request #590 from stonio/patch-5
...
TypeScript - Update lookup definition
2017-03-13 08:55:17 -05:00
stonio
bfd9899e2e
Update jquery.autocomplete.d.ts - Update lookup definition
2017-03-13 14:52:29 +01:00
Tomas Kirda
d556a873e7
Hide suggestions on blur, remove document click listeners. Fixes #447 .
2017-03-05 20:35:32 -06:00
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