Use precompiled selectpicker css.

This commit is contained in:
Jan Böhmer 2022-07-24 23:44:11 +02:00
parent 892baf6345
commit 49d9635a79

View file

@ -2,8 +2,7 @@ const bootstrap = window.bootstrap = require('bootstrap'); // without this boots
require('bootstrap-select/js/bootstrap-select'); // we have to manually require the working js file
import {Controller} from "@hotwired/stimulus";
//import "bootstrap-select/js/bootstrap-select";
import 'bootstrap-select/sass/bootstrap-select.scss';
import "bootstrap-select/dist/css/bootstrap-select.css";
export default class extends Controller {
connect() {