2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-16 15:29:02 +00:00
Commit Graph

359 Commits

Author SHA1 Message Date
Tomas Kirda
f97172ff73 Update grunt dependency 2023-10-10 19:51:17 -05:00
Tomas Kirda
14eec386ba Cleanup dependencies and remove unnecesary files 2023-10-10 19:47:10 -05:00
Tomas Kirda
aeb4e384b6 Specify jsdoc type for jQuery parameter 2023-10-10 19:28:12 -05:00
Tomas Kirda
f91b4af950 Add eslint 2023-10-10 19:16:33 -05:00
Tomas Kirda
4ef474dd4b Cleanup build script 2023-10-10 19:00:38 -05:00
Tomas Kirda
6e9a54fb7d Update typings file location 2023-10-10 18:53:52 -05:00
Tomas Kirda
abbdea0901 Format ts files using prettier, update dependencies 2023-10-10 18:34:26 -05:00
Tomas Kirda
16ad576b8c Format code using prettier 2023-10-10 13:19:56 -07:00
Tomas Kirda
b2403e9ed6 Add package lock file 2023-10-10 12:22:21 -07:00
Tomas Kirda
8138252b4c
Merge pull request #816 from geoffrosen/master
Bind `this` to onHint
2021-01-24 15:41:03 -06:00
geoffrosen
a4d35398cc
Updated onHint 2021-01-24 14:12:47 -06:00
geoffrosen
75fd1b391d
Updated onHint 2021-01-24 14:11:59 -06:00
geoffrosen
187d39a99b
onHint binding of this
Bound element this to onHint. Helpful for selectors
2021-01-24 14:03:17 -06:00
geoffrosen
d66e617e9e
Updated onHint with this binding 2021-01-24 14:01:56 -06:00
Tomas Kirda
608d9efaa6
Update vulnerable dependency version 2020-09-25 20:08:22 -05:00
Tomas Kirda
9b30e414dd Rev for 1.4.11 release 2020-05-01 17:39:26 -05:00
Tomas Kirda
0ba256501b
Merge pull request #767 from jrochkind/focus_respects_disabled
onFocus should respect disabled
2019-08-29 10:06:43 -05:00
Jonathan Rochkind
1998491204 onFocus should respect disabled
Fixes #766
2019-08-28 16:20:32 -04:00
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