puikinsh/Bootstrap-Admin-Template

multiselect not working

Closed this issue · 8 comments

Help me, multiselect field not work correctly locally as it appears here: http://demo.onokumus.com/metis/form-general.html

@TojoAntonio

Which one does not work?

multiple_select

thanks for your answer!
not work: 2-3-4-5

@TojoAntonio
Are you trying to make assets work in file or host mode?

I suppose host mode. I followed the building:
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
$ cd yourfoldername
$ npm install
$ npm run build
$ grunt serve

@TojoAntonio

npm install
bower install
npm run build
grunt serve

yes, I've done early

@TojoAntonio

Ok.

Open form-general.html in dist folder with your favorite editor.
change that following rows:

#24

<link rel="stylesheet" href="assets/lib/jquery-inputlimiter/jquery.inputlimiter.1.0.css">

#2083

<script src="assets/lib/jquery-inputlimiter/jquery.inputlimiter.1.3.1.min.js"></script>

#2084

<script src="assets/lib/jQuery.validVal/js/jquery.validVal.min.js"></script>

it works!!! thanks a lot!!! (y)