Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Field Label Missing in Strapi v5 When Using TagsInput Plugin #32

Open
r4iser opened this issue Jan 16, 2025 · 0 comments
Open

Custom Field Label Missing in Strapi v5 When Using TagsInput Plugin #32

r4iser opened this issue Jan 16, 2025 · 0 comments

Comments

@r4iser
Copy link

r4iser commented Jan 16, 2025

I recently created a new Strapi application using the following command:
npx create-strapi@latest

After setting up the application, I added the tagsinput plugin. While the field functionality works perfectly, I noticed that the label for the field does not appear in the admin interface. This makes it unclear to users what the field represents.

Steps to Reproduce:

  • Create a new Strapi project using npx create-strapi@latest.
  • Install the tagsinput plugin as per the documentation.
  • Add a tagsinput field to a collection.
  • Navigate to the Content Manager to view or edit the collection with the tagsinput field.

Expected Behavior: The label for the tagsinput field should appear above or beside the field in the admin interface, making it clear to the user what the field is for.

Actual Behavior: The field itself works correctly (tags can be added and managed), but the label is missing.

Additional Information:
Strapi version: 5.7.0
Tagsinput plugin version: strapi-plugin-tagsinput@^2.0.2
Environment: Node.js v20.11.0, Google Chrome

Please let me know if additional information or reproduction steps are needed!

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant