Skip to content

Commit

Permalink
client: Add tag on blur in source editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Jul 16, 2023
1 parent d22abe8 commit d7cd1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/js/templates/Source.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ function SourceEditForm({
onAdd={tagsOnAdd}
allowNew={true}
// minQueryLength={1}
// addOnBlur={true}
placeholderText={_('source_tags_placeholder')}
newOptionText={_('source_tags_create_new').replace('{0}', '%value%')}
deleteButtonText={_('source_tag_remove_button_label')}
Expand Down

0 comments on commit d7cd1e8

Please sign in to comment.