215 Commits

Author SHA1 Message Date
Kyle Fang
9130b6e0f1 Only show dropdown when input is focused 2014-01-16 20:34:54 +08:00
Kyle Fang
d75533ed31 Added Accurate Query match, only return matching suggestion v0.9.4 2013-12-18 14:58:53 +08:00
Kyle Fang
2105b7b118 Added new version of tagging 2013-12-18 12:32:34 +08:00
Albert Kwong
34a127d349 fire matched/mismatched only if there aren't any hint
If there are hints, the autocomplete event will fill in the blanks
2013-11-27 17:52:16 +08:00
Albert Kwong
ab4f15dba7 match first instead of match exactly 1
fire the matched event as long as there are at least 1 match.  One bug
still exist: if user select from the dropdown view (not the first
item), the matched datum will be the first item.
2013-11-27 17:26:15 +08:00
Albert Kwong
3902c40bd0 Added 'matched' and 'mismatched' custom events on blur 2013-11-22 21:36:55 +08:00
Jake Harding
2bd1119ecd Merge pull request #382 from tkrajcar/add-tokens-doc-note
Add note to README clarifying tokens entries need to be single words.
2013-08-07 22:45:20 -07:00
Tim Krajcar
a001708aff Add note to README clarifying tokens entries need to be single words. 2013-08-05 20:22:50 -07:00
Chris Aniszczyk
9ab2f21fee Merge pull request #348 from alcaeus/master
Add composer.json
2013-08-05 10:11:58 -07:00
alcaeus
2dbf80c316 Add composer.json 2013-07-14 10:25:26 +02:00
Jake Harding
244e1e5e00 0.9.3 v0.9.3 2013-06-25 17:05:22 -07:00
Jake Harding
91d2b25941 Merge remote-tracking branch 'origin/integration-0.9.3' 2013-06-25 16:56:56 -07:00
Jake Harding
2090a3391b Update CHANGELOG for 0.9.3. 2013-06-24 18:17:47 -07:00
Jake Harding
e69b3ac71f Update README for 0.9.3. 2013-06-24 18:17:37 -07:00
Jake Harding
f900b4c44f Merge pull request #270 from jharding/245-safari-private-local-storage
Improve detecting of localStorage
2013-06-24 17:33:17 -07:00
Jake Harding
12181b50bc Improve detecting of localStorage. Fixes #245. 2013-05-29 00:02:18 -07:00
Jake Harding
9b360a34fc Add tests for selection by tab. 2013-05-28 23:26:41 -07:00
Jake Harding
11af3d5e64 Merge branch 'patch-1' of git://github.com/steswinbank/typeahead.js into pr-266 2013-05-28 23:26:31 -07:00
Jake Harding
77eb562c78 Merge pull request #269 from jharding/uglify-use-enclose
Use enclose option for uglify build
2013-05-28 23:06:08 -07:00
Jake Harding
41c5da665a Use enclose option for uglify build. 2013-05-28 23:04:08 -07:00
Jake Harding
22378bcef5 Test value of DropdownView#isMouseOverDropdown after close. 2013-05-28 22:49:29 -07:00
chris
47df4c40a4 Reset boolean on close function, this fixes #242 and #259
- I have added a false boolean on close function. Basically this boolean is responsible for closing the dropdown or not via closeUnlessMouseIsOverDropdown function.
2013-05-28 22:46:53 -07:00
Jake Harding
54faf4bbe4 Merge pull request #264 from asafary/patch-1
fixed bower link
2013-05-28 22:02:34 -07:00
Jake Harding
37120f0d11 Merge pull request #261 from thomasboyt/document-setQuery
Document jQuery#typeahead('setQuery')
2013-05-28 21:56:23 -07:00
steswinbank
8c493d55f0 Update typeahead_view.js
Added 'tabKeyed' to trigger of _handleSelection as requested in https://github.com/twitter/typeahead.js/issues/258
2013-05-28 12:59:05 +02:00
Asaf Ary
66106e63b0 fixed bower link
fixed the bower link as it was moved to a different organization
2013-05-28 02:36:22 +03:00
Thomas Boyt
274c36dbdb Document jQuery#typeahead('setQuery') 2013-05-26 15:58:21 -04:00
Jake Harding
e70421918f Merge pull request #230 from trumbitta/patch-1
slightly clearer sentence
2013-05-09 16:10:36 -07:00
William Ghelfi
6d53bdce49 slightly clearer sentence
It took me several moments and a second reading, to understand that it wasn't typeahead.js the one to be included before... typeahead.js
2013-05-09 12:45:57 +03:00
Jake Harding
5424f42deb Fix IE7 error in playground. 2013-04-24 23:24:15 -07:00
Jake Harding
6b0f086fca Modify #209 to work correctly with margins/paddings. 2013-04-24 23:23:46 -07:00
Jake Harding
1611f46d43 Merge branch 'feature/ensure-cursor-visible' of git://github.com/pokelabo/typeahead.js into integration-0.9.3 2013-04-24 23:08:07 -07:00
Jeffrey Miller
fcd67af601 Pass selected listener dataset name. 2013-04-22 22:15:25 -07:00
HANAI tohru
67529acb53 Ensure the cursor visible in the suggestions view.
The original implementation did not care about scrollable suggestions view.
But I needed it so I made this patch.
This implementation does not cache properties so it has room to be impromved. :)
2013-04-21 20:00:03 +09:00
Jake Harding
2fda44130b 0.9.2 v0.9.2 2013-04-14 18:44:53 -07:00
Jake Harding
6923e89684 Update CHANGELOG for v0.9.2. 2013-04-14 18:12:41 -07:00
Jake Harding
4c2188302f Revert "Remove mention of compiled template support from README until #170 is resolved."
This reverts commit e82e4b91cf.
2013-04-14 17:46:41 -07:00
Jake Harding
6e641d30d9 Clean up pull request. 2013-04-14 17:44:33 -07:00
Jake Harding
bb7b15eeb7 Merge branch 'wrapped-compile' of git://github.com/akre54/typeahead.js into integration-0.9.2 2013-04-14 17:35:38 -07:00
Billy Lamberta
5983e8fea1 Wrap localStorage check in try/catch. 2013-04-14 17:24:04 -07:00
Adam Krebs
1a28341fce fix last failing tests 2013-04-03 16:43:43 -04:00
Adam Krebs
f92ff8aa5e fix tt-suggestion tests, still 5 failing for mouseover 2013-04-03 16:28:59 -04:00
Adam Krebs
0f4f747c77 only add wrapper after html compiled 2013-04-03 16:25:35 -04:00
Jake Harding
e82e4b91cf Remove mention of compiled template support from README until #170 is resolved. 2013-04-03 11:05:42 -07:00
Jake Harding
e37a30455c Enforce single quote usage through jshint. 2013-03-31 17:53:37 -07:00
Jake Harding
ee2208c25e 0.9.1 v0.9.1 2013-03-31 17:45:38 -07:00
Jake Harding
6c647959b0 Merge remote-tracking branch 'origin/integration-0.9.1' 2013-03-31 17:44:34 -07:00
Jake Harding
59bd37a3ac Merge pull request #161 from jharding/v0.9.1-readme
Update README and CHANGELOG for v0.9.1
2013-03-31 17:34:40 -07:00
Jake Harding
377eb000a8 Fix bad link in README. 2013-03-31 00:22:18 -07:00
Jake Harding
c012af514d Update CHANGELOG for v0.9.1. 2013-03-30 22:27:26 -07:00