- Issue created by @erutan
It's helpful for dates and sometimes select lists to allow people to change operators. I would expect the label to still appear.
There is a label element for the operator with class="visually-hidden" on it. The value itself is wrapped in a div that contains class="form-no-label". It seems like the logic is to hide the operator so it isn't a dupe of the value, but it's been hidden twice.
The hide label checkbox in settings is turned off. I tried enabling it, saving, then unchecking and saving again. This happens across views.
Create a view with (at least with a date or list field) and expose the operator as well as the value.
Not apply visually-hidden unless the checkbox is ticked.
Drupal 10.4.7
Active
7.0
Code