Autocomplete in bulk tag editor, too
This commit is contained in:
@ -59,7 +59,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
})
|
||||
});
|
||||
|
||||
$('#tag_editor').tagit({
|
||||
$('#tag_editor,[name="bulk_tags"]').tagit({
|
||||
singleFieldDelimiter: ' ',
|
||||
autocomplete : ({
|
||||
source: function (request, response) {
|
||||
|
Reference in New Issue
Block a user