Skip to content

Commit

Permalink
Merge pull request #32 from EmicoEcommerce/fix-select-attribute
Browse files Browse the repository at this point in the history
fix: selecting attribute doesn't update
  • Loading branch information
ah-net authored Sep 19, 2024
2 parents 69e0406 + 37a9fef commit 7ce708c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/adminhtml/web/js/filter-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ define([
inputValue.show();
} else {
inputAttribute.hide();
selectValue.val(facetValue);
if (selectValue.val() != 'tw_other') {
inputValue.hide();
inputAttribute.val(facetValue);
Expand Down

0 comments on commit 7ce708c

Please sign in to comment.