1000hz / bootstrap-validator

A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3
http://1000hz.github.io/bootstrap-validator
MIT License
2.38k stars 1.07k forks source link

Validating particular fields on focusout/change when disabling focusout/change validation on all other fields #621

Open umerata opened 6 years ago

umerata commented 6 years ago

HI, now i know using $field.trigger('input') on a specific fields triggers validation, but If i have to use the .off('input.bs.validator change.bs.validator focusout.bs.validator') to disable all other fields validtion on focus, the trigger method also obviosuly gets disabled,

Is there a way I can achieve validation of specific field even after using .off('input.bs.validator change.bs.validator focusout.bs.validator'). or maybe I could disable validation for specific fields ??