Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

minLenght on blur #93

Open
krzyko opened this issue Jul 30, 2013 · 0 comments
Open

minLenght on blur #93

krzyko opened this issue Jul 30, 2013 · 0 comments

Comments

@krzyko
Copy link

krzyko commented Jul 30, 2013

Please replace the line

if (self.options.allowNewTags) {

to

if (self.options.allowNewTags && self.currentLabel.length >= this.options.minLength) {

to discard tags shorter than defined minLenght value on blur

krzyko added a commit to krzyko/jQuery-Tagit that referenced this issue Jul 24, 2014
discard tags shorter than defined minLenght value on blur
krzyko added a commit to krzyko/jQuery-Tagit that referenced this issue Jul 24, 2014
discard tags shorter than defined minLenght value on blur
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant