-
I'm trying to basic MultiSelect Example:
But when I load the page, I get this in the Chrome DevTools console:
Any ideas where I should check? I thought I followed the install directions well with Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Make sure that you call |
Beta Was this translation helpful? Give feedback.
-
Ahhh, thanks! Thanks again |
Beta Was this translation helpful? Give feedback.
Make sure that you call
$this->form->fill()
inmount()
, as documented.