We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c528c commit f843961Copy full SHA for f843961
1 file changed
assets/js/templates/Source.jsx
@@ -489,6 +489,7 @@ function SourceEditForm({
489
onDelete={tagsOnDelete}
490
onAddition={tagsOnAddition}
491
allowNew={true}
492
+ addOnBlur={true}
493
minQueryLength={1}
494
placeholderText={_('source_tags_placeholder')}
495
removeButtonText={_('source_tag_remove_button_label')}
0 commit comments