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

Long tags do not get truncated #346

Closed
sh-ravan opened this issue Jun 21, 2023 · 4 comments
Closed

Long tags do not get truncated #346

sh-ravan opened this issue Jun 21, 2023 · 4 comments
Labels
enhancement New feature or request upcoming

Comments

@sh-ravan
Copy link

Version

  • Vue version: 3

Description

Currently, there's no way to truncate long tags. Can we please have a property that can define if tags are truncated after a user-specified/default length?

image

image

@shriDeveloper
Copy link

Hi did you solve this issue ?

@Adeiko
Copy link

Adeiko commented Sep 22, 2023

Hi did you solve this issue ?

Not really a soluction but you can enable the wrap in the multiselect-tag as a workaround.

.multiselect-tag {
  white-space: wrap;
}

@sh-ravan
Copy link
Author

Hi did you solve this issue ?

No, but I was able to reach the developers and looks like a solution is coming soon.

@adamberecz
Copy link
Collaborator

Fixed in 2.6.3. Longs tags are now automatically truncated. You can use breakTags prop to optionally break long tags into multiple lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upcoming
Projects
None yet
Development

No branches or pull requests

4 participants