Topic: Colorful Multiselect with label and search box does not work
computingpro pro premium priority asked 6 years ago
The search box does not work. Do I have to include any specific file to enable this to work?
This is my code:
<select class="mdb-select md-form" multiple searchable="Search here.."> <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="3">Poland</option> <option value="3">Japan</option> </select> <label>Label example</label> <button class="btn-save btn btn-primary btn-sm">Save</button>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Open
Specification of the issue
- User: Pro
- Premium support: Yes
- Technology: MDB jQuery
- MDB Version: 4.5.10
- Device: Laptop
- Browser: IE
- OS: Windows
- Provided sample code: No
- Provided link: No
Sebastian Kaczmarek staff pro premium commented 6 years ago
Do you see any errors in the console output?
computingpro pro premium priority commented 6 years ago
No, the search does not do anything. When you type nothing happens.
computingpro pro premium priority commented 6 years ago
Infact, in IE the formatting is the same as your website but in Firefox, all formating is gone and it shows like the default traditional html view.
Sebastian Kaczmarek staff pro premium commented 6 years ago
I can't reproduce this error, please see the Snippet I've created for you: https://mdbootstrap.com/snippets/jquery/s-kaczmarek/130075