Topic: MDB Select in modal not work properly
aionsoft pro asked 6 years ago
Nassim12 pro answered 6 years ago
Mikołaj Smoleński staff answered 6 years ago
<!-- Button trigger modal --> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#basicExampleModal"> Launch demo modal </button> <!-- Modal --> <div class="modal fade" id="basicExampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Modal title</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <select class="mdb-select md-form"> <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> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div> </div> </div>Best Regards
maczas free commented 1 year ago
Why mdb select in modal not working if there are more than 5 options? It just nothing happends after clicking on select. If there are 5 or less options the same select works fine.
Kamila Pieńkowska staff commented 1 year ago
You've started a new thread so I will address your question there.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.5.10
- Device: PC
- Browser: Google Chrome
- OS: Windows
- Provided sample code: No
- Provided link: Yes