puikinsh / Bootstrap-Admin-Template

Metis - Free Bootstrap Admin Dashboard Template
https://colorlib.com/polygon/metis/
MIT License
2.72k stars 1.31k forks source link

multiselect not working #65

Closed aandriamanga closed 9 years ago

aandriamanga commented 9 years ago

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

onokumus commented 9 years ago

@TojoAntonio

Which one does not work?

multiple_select

aandriamanga commented 9 years ago

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

onokumus commented 9 years ago

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

aandriamanga commented 9 years ago

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

onokumus commented 9 years ago

@TojoAntonio

npm install
bower install
npm run build
grunt serve
aandriamanga commented 9 years ago

yes, I've done early

onokumus commented 9 years ago

@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>
aandriamanga commented 9 years ago

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