Problem/Motivation
The autocomplete facet label remains visually hidden as its value is hard coded.
Steps to reproduce
Add a facet of type autocomplete. Check the contrib facet setting "Show title of facet". Check the rendered field, the label is visually-hidden.
Proposed resolution
Use the option "Show title of facet" disponible in the Facet settings to determine the visibility of the label.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | invisible_facets_label-3410309-2.patch | 648 bytes | lus |
Issue fork facets_autocomplete-3410309
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
lus commentedProposed patch.
Comment #3
lus commentedComment #4
martygraphie commentedComment #5
martygraphie commentedComment #6
prudloff commentedThe patch works correctly but it is a bit weird to have "autocomplete" in the label when it is displayed.
Comment #9
brentgAdapted the patch with the advise of prufdloff and added the fix
Comment #10
brentg