diff --git a/ang/afsearchQuotations.aff.html b/ang/afsearchQuotations.aff.html index cff2c00b4..4316be718 100644 --- a/ang/afsearchQuotations.aff.html +++ b/ang/afsearchQuotations.aff.html @@ -17,7 +17,7 @@
- +
@@ -26,3 +26,9 @@
+ + diff --git a/ang/civicase-features/quotations/directives/quotations-list.directive.js b/ang/civicase-features/quotations/directives/quotations-list.directive.js index 1d414ff7a..b4ef9de52 100644 --- a/ang/civicase-features/quotations/directives/quotations-list.directive.js +++ b/ang/civicase-features/quotations/directives/quotations-list.directive.js @@ -52,7 +52,8 @@ if ($('.civicase__features-filters-clear').length) { // Handle clear filter button. - $('.civicase__features-filters-clear').click(event => { + $('.civicase__features-filters-clear').off('click').click(event => { + CRM.$("input[id*='id']").select2('data', null) CRM.$('.civicase__features input, .civicase__features textarea').val('').change(); }); }