Skip to content

Commit d8fe6cb

Browse files
committed
client: Add tag on blur in source editor
1 parent 2063d55 commit d8fe6cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/js/templates/Source.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ function SourceEditForm({
588588
onAdd={tagsOnAdd}
589589
allowNew={true}
590590
// minQueryLength={1}
591+
// addOnBlur={true}
591592
placeholderText={_('source_tags_placeholder')}
592593
newOptionText={_('source_tags_create_new').replace('{0}', '%value%')}
593594
deleteButtonText={_('source_tag_remove_button_label')}

0 commit comments

Comments
 (0)