hailwood / jQuery-Tagit

The Jquery Tagit Plugin transforms an html unordered list into a unique tagging plugin.
264 stars 109 forks source link

Limit the text length if set in options #73

Closed novalis111 closed 11 years ago

novalis111 commented 11 years ago

If you define 'maxLength', the user is still allowed to enter as much text as he wants, the tag is added in full length and only truncated after a reload of the page. This should be limited during entering to prevent truncated strings and not confuse the user.

see pull request https://github.com/hailwood/jQuery-Tagit/pull/74