This module adds an "Autosubmit" option to the exposed form style for Views. When enabled, it automatically submits the exposed form whenever a filter value changes, providing an immediate update to the view results without requiring a manual submit button click.
Introduction
This module provides a view autosubmit plugin for exposed forms.
Requirements
Views UI module
Installation
Install as you would normally install a contributed Drupal module, the recommended way to install this module is via Composer.
Configuration
- Go to Administration > Structure > Views
/admin/structure/views - Click "Edit" to a needed view
- Open "ADVANCED" section and go to "Exposed form style"
- Select "Autosubmit" and click "Apply"
- Fill out all required entry fields and click "Apply"
- Save view