Topic: Multiselect not working for jquery/bootstrap
ItIsN3RD free asked 3 years ago
Expected behaviorhttps://mdbootstrap.com/docs/jquery/forms/multiselect/#basic-exampleActual behavior*it only displays options on screen.*Resources (screenshots, code snippets etc.)
<link href="css/mdb.min.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/mdb.css" rel="stylesheet">
<select class="mdb-select md-form" multiple>
<option value="" disabled selected>Choose your country</option>
<option value="1">USA</option>
<option value="2">Germany</option>
<option value="3">France</option>
<option value="4">Poland</option>
<option value="5">Japan</option>
</select>
Piotr Urbaniak free answered 3 years ago
Hello Simona,
please check if this solution from a similar case solves your problem : solution
If that doesn't help, please send us a sample of your code that causes the error.
Best regards
Simona Doncheva free answered 3 years ago
I have the same problem. I am working on a laravel project. I have the style and script files in the mix file, I have link and script in the head of the file, i have initiated with
$(document).ready(function() {
$('.mdb-select').materialSelect(); });
and its not working.
materialSelect() Cannot find declaration to go to
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.19.2
- Device: Desktop
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes
Piotr Urbaniak free commented 3 years ago
Hello ItlsN3RD, did You initiate mdb-select using JS code?