Commit | Line | Data |
---|---|---|
3121c13c OL |
1 | 1.1 |
2 | --- | |
3 | * Added matchContains: "word" option, match only the start of words instead of everywhere | |
4 | * Fixed mustMatch to trigger result event when no match was found | |
5 | * Fixed the issue where an autocomplete was applied after the field had focus | |
6 | * Extended multiple complete to enable editing words not at the end of the field (doesn't work in Opera) | |
7 | ||
8 | 1.0.2 | |
9 | ----- | |
10 | * Fixed missing semicolon | |
11 | ||
12 | 1.0.1 | |
13 | ----- | |
14 | * Fixed element creation (<ul> to <ul/> and <li> to </li>) | |
15 | * Fixed ac_even class (was ac_event) | |
16 | * Fixed bgiframe usage: now its really optional | |
17 | * Removed the blur-on-return workaround, added a less obtrusive one only for Opera | |
18 | * Fixed hold cursor keys: Opera needs keypress, everyone else keydown to scroll through result list when holding cursor key | |
19 | * Updated package to jQuery 1.2.5, removing dimensions | |
20 | * Fixed multiple-mustMatch: Remove only the last term when no match is found | |
21 | * Fixed multiple without mustMatch: Don't select the last active when no match is found (on tab/return) | |
22 | * Fixed multiple cursor position: Put cursor at end of input after selecting a value | |
23 | ||
24 | 1.0 | |
25 | --- | |
26 | ||
27 | * First release. |