Skip to content

Commit

Permalink
Merge pull request #130 from findify/FI-8211-liquid-bug-with-filter-s…
Browse files Browse the repository at this point in the history
…earch-input

selector changed and css removed
  • Loading branch information
maxtsukanov authored Nov 25, 2024
2 parents 03ac903 + 5f29473 commit 0416a36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions assets/findify-autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,6 @@ body {
padding-left: 20px;
}

.findify-autocomplete-dropdown .findify-products-wrapper h3 {
}

.findify-autocomplete-dropdown .findify-autocomplete-title-wrapper a.findify-view-all {
}

.findify-autocomplete-dropdown .findify-suggestions-wrapper ul {
padding-left: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion snippets/findify-filter-search-input.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
const filter_group_id = "{{ filter_group_element_id }}";
const input_id = "{{ input_id }}";
const filterSelector = '.findify-filters-checkbox-item';
const filterTextSelector = 'label';
const filterTextSelector = '.findify-filters-checkbox-item-value span';
const filterGroupElement = document.getElementById(filter_group_id);
const filters = filterGroupElement.querySelectorAll(filterSelector);
Expand Down

0 comments on commit 0416a36

Please sign in to comment.