[Solved] Specify QChip separator in QSelect
-
Good day. I have a
q-select
withq-chip
directive and i have dynamic entries wherein a comma is present. As with the image attached, it separates the entry into two as its default behavior. Is there any way or workaround to specify a different separator forq-select
? Thanks! As with the image, it should be “/extella/Intro to Matter, Energy and DC/1582391910131.jpg” -
@snowdrop can you make a codepen please, i can’t reproduce that from examples in the docs.
-
@metalsadman i’m away from my computer at the moment. I’ll make one later. Thanks!
-
@metalsadman Here’s the codepen: https://codepen.io/maple-syrup/pen/vYOyved
Seems that I can’t replicate it also here. I’ll verify the versions of my packages. Or I might have missed out something in my code. Thank you for informing me about having it in codepen.Btw, I tried restyling the q-chip here instead of using truncation. Might be of help to others if they want this kind of style.
-
@metalsadman I found the bug now. An obscure function in my logic is causing the issue. Thanks again for your time