Skip to content
Snippets Groups Projects

3032353

Open Simeon Kesmev requested to merge issue/drupal-3032353:3032353 into 11.x
2 files
+ 40
15
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -140,6 +140,12 @@
Drupal.views.ajaxView.prototype.attachExposedFormAjax = function () {
const that = this;
this.exposedFormAjax = [];
// Add exposed_form_display option to the request.
if (that.element_settings.submit) {
that.element_settings.submit.exposed_form_display = 1;
}
// Exclude the reset buttons so no AJAX behaviors are bound. Many things
// break during the form reset phase if using AJAX.
$(
Loading