Problem/Motivation
In an exposed form that is set to "Input required", filters that are rendered as a non-multiple select box retrieve an "All" entry as first option.
This feels wrong from a user perspective, since the "All" option should have no effect and never show results.
Steps to reproduce
Add an exposed filter to a view, uncheck "multiple" and choose the "Input required" exposed form style.
Proposed resolution
Replace the "All" option with "Please select".
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | input_required_replace_all-3300709-7.patch | 1.96 KB | mrshowerman |
Comments
Comment #2
mrshowermanAttached patch is making use of the
inputRequired()method proposed in #3300701: Expose "input required" setting, thus adding a dependency.Comment #3
smustgrave commentedDon't see any test coverage for this so moving back to NW
Comment #4
mrshowermanRenamed
inputRequired()toisInputRequired().Changing status to Postponed since we depend on #3300701: Expose "input required" setting.
Comment #7
mrshowermanRe-roll.