Tag size is infinite

Hello,

I’m allowing Vendors to introduce their own tags, but I checked and there is no limit to tag size.
Can i introduce a max_length to tag?

Regards,
Bernardo Barradas

Please send more details about the issue, do you mean that each tag can have unlimited number of characters? This would be a security issue, in this case we can debug and fix this.

Hi,

Yes I can insert a tag with 100 characters or more, it will deformat the app and could break something.

I would like to limit this.
Is it possible?

Regards,
Bernardo

Hi,

Thanks for reporting this, the bug is confirmed and we’ll fix it as soon as possible.

Let us know if you need a temporary solution and we will try to provide you with one.

Yes please,

Can you give me a snippet to limit the size of a tag when creating on Listing.

Regards

Thanks for reporting this, the bug is confirmed, and we’ll fix it as soon as possible. As a temporary solution please try this CSS code snippet

.hp-listing__tags a{
	word-break: break-all;
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.