jeroennoten / Laravel-AdminLTE

Easy AdminLTE integration with Laravel
MIT License
3.8k stars 1.08k forks source link

[BUG] With select 2 #1153

Closed alexandre-1992 closed 1 year ago

alexandre-1992 commented 1 year ago

Hello I install adminlte3.2 on my laravel 8 project. I try to use select2 with multiple choose. But when a put select2 and add javascript code my select style don't change. I show you Screenshot

image

Please can you help me please?

Regards

dfsmania commented 1 year ago

@alexandre-1992 please, attach some example of your code...

alexandre-1992 commented 1 year ago

my blade code image

image

my bootstraap.js

image

my app.css

image

dfsmania commented 1 year ago

Is there any reason you are not using the next documentation to include the plugins?

https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Plugins-Configuration

I've been using that way since long time and it worked nicely for me.

TIP: Use your browser's inspector to check is the CSS and JS files of the plugin is included in the rendered HTML, that should be your first check...

dfsmania commented 1 year ago

Closed, no feedback