mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
This commit is contained in:
parent
f9b721f988
commit
4b246a337c
@ -18,6 +18,11 @@
|
||||
@license: Creative Commons License - ShareAlike http://creativecommons.org/licenses/by-sa/3.0/
|
||||
@version: 1.4
|
||||
@changes: fixed filtering to ajax hits
|
||||
|
||||
|
||||
Custom events
|
||||
* 'tags:tagSelected': This will be triggered on the input element after a tag has been selected from the
|
||||
list that appears
|
||||
*/
|
||||
|
||||
(function ($) {
|
||||
@ -158,6 +163,7 @@
|
||||
|
||||
currentTags = v.split(settings.separator);
|
||||
hideSuggestions();
|
||||
tagsElm.trigger('tags:tagSelected');
|
||||
}
|
||||
|
||||
function chooseTag(tag) {
|
||||
|
Loading…
Reference in New Issue
Block a user