Topic: Multiple material select
Tech Labx
answered 8 years ago
<div class="col-md-6">
<div class="md-form">
<select id="select" class="mdb-select grey-text" multiple>
<option value="" disabled selected>Select Facilities To Visit</option>
<option value="1">Chiller Rooms</option>
<option value="2">Battery Room 1</option>
<option value="3">Battery Room 2</option>
<option value="4">UPS Room 1</option>
<option value="4">UPS Room 2</option>
<option value="4">UPS Room 3</option>
<option value="4">UPS Room 4</option>
<option value="4">UPS Room 5 (Chiller Rooms)</option>
<option value="4">Entrance Room 1</option>
<option value="4">Gas Room</option>
<option value="4">Telecoms Room</option>
<option value="4">High Voltage</option>
<option value="4">Low Voltage</option>
<option value="4">NOS</option>
<option value="4">MDA Room</option>
<option value="4">F1</option>
<option value="4">F2</option>
<option value="4">F3</option>
<option value="4">F4</option>
</select>
<label for="select"></label>
</div>
</div>
<script>
// Material Select Initialization
$(document).ready(function() {
$('.mdb-select').material_select();
});
</script>
Tech Labx commented 8 years ago
This is my code, its supposed to work, but for some reason the labels and the check boxes don't align correctly.
Mikołaj Smoleński
staff answered 8 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Mikołaj Smoleński staff commented 8 years ago
Please write here Your code in order to find the bug and fix it.