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.
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