mpowaga / meteor-autoform-summernote

https://atmospherejs.com/mpowaga/autoform-summernote
25 stars 18 forks source link

Uncaught TypeError: undefined is not a function #9

Closed adim86 closed 9 years ago

adim86 commented 9 years ago

Hi, After implementing summernote using the instructions in the README I am getting the error above when I try to submit the form. When I click on the error in the console, this function appears

AutoForm.addInputType('summernote', {
    template: 'afSummernote',
    valueOut: function() {
        return this.code();  (An 'x' Shows up on this line as the offender)
    }
});

I use Autoform 5.1.2

mpowaga commented 9 years ago

@adim86 Can you check with the newest version 0.4.0?