mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.95k stars 1.18k forks source link

Question: Validations of tag length #1098

Open usernaimandrey opened 1 year ago

usernaimandrey commented 1 year ago

Hello friends. Tell me in my application the tags are created dynamically by the user, is it possible to somehow validate the length of the tag, for example, not 40 characters. Thank you