Closed (fixed)
Project:
Tagify
Version:
1.2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Apr 2023 at 16:22 UTC
Updated:
7 Dec 2023 at 12:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
anybodyThat would be suuuper awesome! +1 for this suggestion!
Comment #4
gxleano commentedComment #5
gxleano commentedComment #6
gxleano commentedComment #8
gxleano commentedComment #9
gxleano commentedComment #10
dieterholvoet commentedDoesn't seem to work yet, the autocomplete endpoint returns a HTTP 403 response. Diving into the controller code, I noticed
$selection_settingsis FALSE, causing this code to be triggered:Something else: it would look better if these widgets would be the same height as other form fields, but that might be a Gin specific issue (not tested using Claro).
Comment #11
gxleano commented@DieterHolvoet Thanks for the review!
I've added a quick change to fix the issue with the height in the Tagify element.
But, the rest of the implementation works fine for me. Could you provide more info from your end? Which entity are you using in the problematic elements? Node, Taxonomy term, User...?
Tested on
Drupal 10.1.6with taxonomy term and node entity references.Claro

Gin Theme

Also works with Olivero.
Comment #12
gxleano commentedComment #13
gxleano commentedComment #14
gxleano commentedComment #15
dieterholvoet commentedYou're right, it does work for taxonomy autocomplete filters. I forgot only taxonomy autocomplete filters are currently supported by core, I'm using a patch from #3347343: Add Views EntityReference filter to support better UX for exposed filters to support other entity types as well. It didn't work in combination with that patch, but I found a fix and pushed it to the fork. One minor issue I noticed: it's not possible anymore to submit the filter form by pressing enter.
Comment #16
gxleano commentedComment #17
gxleano commentedComment #19
gxleano commentedComment #20
gxleano commentedComment #21
dieterholvoet commentedThank you for working on this!
Comment #22
ec-adam commentedI've recently installed Tagify on both Drupal 11 and its running on the latest version of Drupal CMS (different install). It works great on the admin side except its a little inconsistent for me to be able to have awesome tagify select lists on entities where I can control the form display but not on selects lists like the /admin/content content type filter.
I've been trying to use Tagify with Better Exposed Filters to get Tagify to work on the /admin/content filter (as well as select views filters on the front-end). There is a fatal error when using the BEF Tagify option on filters configured to be select lists. Works just fine on filters set to be autocomplete.
When using Tagify on entity form display select fields there is a specific Tagify Select option to use. Can that option be added to the BEF integration so Tagify can work on views filter select lists?