meteor-autoform-semantic-ui icon indicating copy to clipboard operation
meteor-autoform-semantic-ui copied to clipboard

TypeError: this.$(this.firstNode).checkbox is not a function

Open krishaamer opened this issue 8 years ago • 1 comments

Hello, I'm getting the following error coming from this package. Any idea what could be causing this?

TypeError: this.$(this.firstNode).checkbox is not a function. (In 'this.$(this.firstNode).checkbox(this.data.atts.settings)', 'this.$(this.firstNode).checkbox' is undefined)

Thanks, Kris

krishaamer avatar Sep 08 '16 07:09 krishaamer

Solved. I had just missed setting "checkbox: true" in Semantic UI settings. Sorry for the trouble.

krishaamer avatar Sep 08 '16 07:09 krishaamer