Request: Provide configuration to disable AJAX for Views exposed form submission.
Current Code: If the view is enabled to "use ajax", then form submission and pagers are setup to use AJAX.
Use Case: Non-AJAX form submission with an AJAX pager. This case is useful when there are non-view related content on the page that needs to change based on the views results. Example: Facet blocks for Search API views.