This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Description
I think, obj.commonObj.elm.unbind('blur'); in cancelValidation() is wrong.
FE, I have a angular-strap tooltip, which triggered on blur event. When i have input field with validation="max_len:50" and empty value when lost focus blur does not work and tooltip does not disappear, because blur is unbind.