We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3691087 commit 9fd5af0Copy full SHA for 9fd5af0
1 file changed
assets/js/templates/Source.jsx
@@ -552,6 +552,7 @@ function SourceEditForm({
552
onDelete={tagsOnDelete}
553
onAddition={tagsOnAddition}
554
allowNew={true}
555
+ addOnBlur={true}
556
minQueryLength={1}
557
placeholderText={_('source_tags_placeholder')}
558
removeButtonText={_('source_tag_remove_button_label')}
0 commit comments