Skip to content

Commit 9704e21

Browse files
Fixed up readme.
1 parent 67a6900 commit 9704e21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,19 @@ The steps to using TextExt are as follows:
6161
* Prompt plugin now checks `placeholder` attribute
6262
([issue #8](https://github.com/alexgorbatchev/jquery-textext/pull/8)).
6363
See the [example](http://textextjs.com/manual/examples/prompt-from-placeholder.html).
64+
* Clicking on item in autocomplete will automatically add that item to tags
65+
[#2](https://github.com/alexgorbatchev/jquery-textext/issues/2).
6466

6567
#### Bug Fixes
6668
* Fixes getter methods created when plugins are initialized.
6769
([issue #20](https://github.com/alexgorbatchev/jquery-textext/pull/20)).
6870
* Fixed issues
69-
[#2](https://github.com/alexgorbatchev/jquery-textext/issues/2),
7071
[#4](https://github.com/alexgorbatchev/jquery-textext/issues/4),
7172
[#4](https://github.com/alexgorbatchev/jquery-textext/issues/5) and
7273
[#10](https://github.com/alexgorbatchev/jquery-textext/issues/5)
7374
related to the mouse issues in the autocomplete dropdown.
7475
* Fixed `textext.[pluginName]()`
75-
([issue #20](https://github.com/alexgorbatchev/jquery-textext/pull/20).
76+
([issue #20](https://github.com/alexgorbatchev/jquery-textext/pull/20)).
7677

7778
### 1.2.0
7879
* Added ability to get instances of plugins to call methods on them directy

0 commit comments

Comments
 (0)