bulk tagit fix

This commit is contained in:
NottyNoz 2023-03-27 13:04:06 -04:00 committed by Shish
parent 133f805302
commit cf9837a776
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class BulkActionsTheme extends Themelet
public function render_tag_input(): string
{
return "<label><input type='checkbox' style='width:13px;' name='bulk_tags_replace' value='true'/>Replace tags</label>" .
"<input type='text' name='bulk_tags' required='required' placeholder='Enter tags here' />";
"<input type='text' name='bulk_tags' class='autocomplete_tags' required='required' placeholder='Enter tags here' />";
}
public function render_source_input(): string