Topic: select option is not working
Dhiraj Gupta pro asked 7 years ago
<select class="mdb-select"> <option value="" disabled selected>Choose your option</option> <option value="1">Option 1</option> <option value="2">Option 2</option> <option value="3">Option 3</option></select><label>Example label</label>
Ollie Vincent pro answered 7 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Sekra24 pro commented 7 years ago
Did you initialize the mdb-select with // Material Select Initialization $(document).ready(function() { $('.mdb-select').material_select(); });