select2_multiple style missing #277
-
Hi, I am using select2_multiple field type and it renders like this: What am I missing? My code:
|
Beta Was this translation helpful? Give feedback.
Answered by
jakubwalawender
Oct 25, 2021
Replies: 0 comments 1 reply
-
In my app.js file i had: After removing everything works as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jcastroa87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my app.js file i had:
window.$ = window.jQuery = require('jquery');
After removing everything works as expected.