Tomas Kirda
43b2953ab7
Rev for 1.4.10 release
2019-02-12 13:42:56 -06:00
Tomas Kirda
e5df0659ea
Merge pull request #751 from elektronika-ba/onInvalidateSelection_#684-_fix
...
Check selection during onBlur, fixes #684
2019-02-12 13:38:41 -06:00
Trax
b07827d98c
attempt of fixing #684
...
Calling of `options.onInvalidateSelection` in onBlur timer.
2019-02-12 12:50:12 +01:00
Tomas Kirda
c8f6072ad9
Merge pull request #733 from almirus/master
...
click on scrollbar in ie11 causes dropdown to close. Fixes #602
2018-09-20 09:45:07 -05:00
almirus
2ba8d681ff
click on scrollbar in ie11 causes dropdown to close. Fixes #602
2018-09-14 17:04:21 +03:00
Tomas Kirda
ca78cd6891
Rev for 1.4.9 release
2018-08-21 11:06:24 -05:00
Tomas Kirda
0765368294
Merge pull request #724 from PizzaPete/master
...
Set native input autocomplete off.
2018-07-09 11:59:32 -05:00
Pieter Bogaerts
fc5cdb93b8
Updated the autocomplete attribute to match the spec.
2018-07-09 16:44:55 +02:00
Tomas Kirda
174df1c93a
Rev for 1.4.8 release
2018-06-28 13:28:38 +03:00
Tomas Kirda
f6eef033a4
Use deep copy when cloning settings. Fixes #723
2018-06-28 13:21:59 +03:00
Tomas Kirda
52e4899f55
Merge pull request #714 from qqilihq/master
...
Add static `$.Autocomplete` to typings
2018-06-03 19:42:07 -05:00
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
Philipp Katz
37d73a9fd0
Add static $.Autocomplete
to typings
...
(used for accessing the `defaults` property)
2018-05-23 22:40:45 +02: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