Skip to content

Commit

Permalink
Merge pull request #106 from tvdeyen/allow-clear-selection
Browse files Browse the repository at this point in the history
Allow to clear taxon, product and variant selection
  • Loading branch information
tvdeyen authored Mar 26, 2024
2 parents fae31ca + 37df7fe commit 303bd46
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Alchemy.Solidus.getSelect2Config = function (options) {
return {
placeholder: options.placeholder,
minimumInputLength: 3,
allowClear: true,
initSelection:
options.initSelection ||
function (_$el, callback) {
Expand Down

0 comments on commit 303bd46

Please sign in to comment.