Problem/Motivation
Views page with exposed text filter set as required filter will show an empty error message and a form error for the required filter when first loading the page, before you actually have a chance to input anything
Steps to reproduce:
- Go to the Content admin view
- Make the title filter to required
- Look at the preview or go to the content admin page
Proposed resolution
Only show the error after searching without the required filter.
Remaining tasks
Make a patch
Add tests