Topic: Material Select on modal, not closed after selected
yoojs0525 pro asked 6 years ago
<div class="select-wrapper mdb-select"> <span class="caret">▼</span> <input type="text" class="select-dropdown" readonly="true" data-activates="select-options-4832ae50-5064-4be3-a118-57648cce81f4" value="Departure date"> <ul id="select-options-4832ae50-5064-4be3-a118-57648cce81f4" class="dropdown-content select-dropdown" style="width: 1380px; position: absolute; top: 0px; left: 0px; opacity: 1; display: none;"> <li class="disabled"><span class="filtrable">Departure date</span></li> <li class="active selected"><span class="filtrable">Mar 17, 2018</span></li> <li class=""><span class="filtrable">Mar 18, 2018</span></li> <li class=""><span class="filtrable">Mar 19, 2018</span></li> <li class=""><span class="filtrable">Mar 20, 2018</span></li> </ul> <select class="mdb-select initialized" id="ms_o_date"> <option disabled="true" selected="true" value="">Departure date</option> <option value="0">Mar 17, 2018</option> <option value="1">Mar 18, 2018</option> <option value="2">Mar 19, 2018</option> <option value="3">Mar 20, 2018</option> </select> </div>
Mikołaj Smoleński staff answered 6 years ago
kylebehse pro commented 6 years ago
Is there a solution for this yet? It's been a while.Mikołaj Smoleński staff commented 6 years ago
Hi there, it is critical issue for us and we're currently working on solutions.Yutaka priority commented 6 years ago
I am interested in solution too, please update.Mikołaj Smoleński staff commented 6 years ago
Material Select currently enters the decisive phase. We will update the whole component soon. We're basing on all remarks from our supportFREE 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: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
craig@fusionreactor.co.za pro commented 6 years ago
I am experiencing the same problem. I am a little disappointed as it seems this bug has been around for some time without being addressed. I had to revert to a standard Bootstrap Select :(yoojs0525 pro commented 6 years ago
Hope someone will solve this issue soon. I just changed to old version (v 4.4.5) as I found another error which is critical to my case, and it is working very well. :D