JsFormValidatorBundle icon indicating copy to clipboard operation
JsFormValidatorBundle copied to clipboard

FpJsFormValidator.initModel sometime doesnt work

Open pk16011990 opened this issue 10 years ago • 0 comments

FpJsFormValidator.initModel contains:

    var element = this.createElement(model);

but createElement can return null and initModel throw unexpected exception.

pk16011990 avatar Oct 07 '14 13:10 pk16011990