- Issue created by @w01f
- 🇪🇸Spain gxleano Cáceres
Hi @w01f!
I've been testing in a default set up (Drupal latest stable version and Tagify latest version) and I was not able to reproduce this problem.
See:
- 🇺🇸United States w01f
Hi @gxleano, I'll be able to test later - but if this is an issue with the Realname module as my first suspicion, I'm unsure if the fix in compatibility would best be in this module or there? Thoughts? I can create a ticket over there, or move this ticket there, but I think having input from someone familiar with the code first would be a good start.
- 🇦🇹Austria shyam-sawhney
Hello Team,
I am also facing similar issue with tagify. My reference field is getting the data for a Referenced View. The configuration for Tagify are as follow:
On click on field it's giving the list as per exceptions but after selection of an item it's giving html tag as per image below:
I believe it needs work.
- 🇦🇹Austria shyam-sawhney
One more update on #5
If I switch the Reference type -> Reference method to default then it's works as per exceptions.
I believe this input would help you to replicate the issue.
- 🇺🇸United States w01f
Testing patch and appears to still show tags when beginning a search with tag-related letters. Screenshot attached.
- 🇪🇸Spain gxleano Cáceres
I've added a method to check if the label contains HTML, so if the label contains HTML it will be striped.
This is mostly happening when a custom Entity Reference Selection Plugin is used as reference method.
- 🇪🇸Spain gxleano Cáceres
BTW @shyam-sawhney, thanks for you comment in #7 💬 Span tags showing for Tagify User List Active it was very helpful to reproduce the issue.