bootstrapvalidator gives “Cannot read property 'group' of undefined” on ckeditor field
I'm using ckeditor on a text area and I need to set a custom validation. Following the example, I set the textbox using the jquery adapter in this way: $('#posteditor') .bootstrapValidator() .find('[name="text"]').ckeditor({ skin: 'moono,/asset/css/moono/', language: 'it', toolbarGroups: [ {"name":"basicstyles","groups":["basicstyles"]}, {"name":"paragraph","groups":["list","align"]}, {"name":"insert","groups":["insert"]}, {"name":"styles","groups":["styles"]}, {"name":"links","groups":["links"]}, ], removeButtons: 'Strike,SpecialChar,Anchor', extraPlugins: 'youtube' }).editor.on('change',