Summary
The TagsInput component truncates long tag values via CSS, but does not provide any way to view the full value. Adding a title attribute to each tag element would show the full value as a native browser tooltip on hover.
Use Cases
- When filtering workflows by labels, users work with long key=value pairs (e.g.,
workflows.argoproj.io/workflow-template=workflow-template-with-a-long-name) that get truncated, making it difficult to verify the full content.
- When reviewing workflow metadata or annotations, users need to confirm the exact tag value without clicking into edit mode or inspecting the DOM.
Message from the maintainers:
Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.
Summary
The
TagsInputcomponent truncates long tag values via CSS, but does not provide any way to view the full value. Adding atitleattribute to each tag element would show the full value as a native browser tooltip on hover.Use Cases
workflows.argoproj.io/workflow-template=workflow-template-with-a-long-name) that get truncated, making it difficult to verify the full content.Message from the maintainers:
Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.