-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchanges.txt
More file actions
62 lines (33 loc) · 1.8 KB
/
changes.txt
File metadata and controls
62 lines (33 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
CHANGES
=======
1.2.0-rc1
* new features
- new 'autocompleteUrl' option : can now load list of autocomplete values from an json ajax call (static, one time load)
- new 'onlyAutocomplete' option (default to false). When set to true, The SmartTextBox will only accept labels added from the autocompletion list.
- new 'uniqueValues' option (default to true). When set to true, the SmartTextBox will only accept the labels once (that mean a label cannot be added more than once). Also, when this mode is active, the autocompletion will not propose already-added labels.
- autocompletion search mode can now be choosen between 'start of word' and 'full text search' ( see the 'fullSearch' autocomplete option )
* changes
- major change in the autocomplete configuration : autocompleteOptions map has been remove, now autocomplete configuration is made directly in the SmartTextBox options.
options rename :
minLength renamed to minSearchLength
* bug fixes
- deleting elements using keyboard now correctly focus previous or next element.
- autocomplete options are now correctly used at SmartTextBox initialization.
- autocomplete results are now correctly highlighted.
1.1.2 – 2010-08-12
* Bug fixes
- backspace key now works back as intended when typing text in boxes
1.1.1 – 2010-08-12
* Bug fixes
- fix plugin for IE6 ( stupid comma… )
- use of backspace key to delete boxes now longer cause the browser to go to last page
1.1 – 2010-08-03
* New features
- added custom event wiring capability
* API Changes
- the method “values” renamed to “load”
* Bug fixes
- the API methods “load” and “autocomplete” can now work with lists as intended
- the API method “remove” can now work with an index as intended
1.0 – 2010-08-02
- Initial public release.