Skip to content

Commit

Permalink
update: Remove minimum input length restriction (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 authored Nov 21, 2023
1 parent 472d17c commit 321ea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/js/product-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@

if ( ! $found ) data.unshift( tag );
},
minimumInputLength: 2,
minimumInputLength: 0,
maximumSelectionLength: dokan.maximum_tags_select_length !== undefined ? dokan.maximum_tags_select_length : -1,
ajax: {
url: dokan.ajaxurl,
Expand Down

0 comments on commit 321ea9a

Please sign in to comment.