Topic: mdb-select searchable(multiple) not filter

David Martinez Zurita pro asked 6 years ago


Good night. A query, I entered two select material (searchable in my form). When you click on the first one, perform the search normally, but the second searchable is in a disabled state, I can not perform the search with the second one. Thank you. How do I make the two material-select-search successfully filter the filters? //Dejo aqui el codigo <div class="md-form form-sm"> <select name="IdPresentacion" class="mdb-select colorful-select dropdown-primary" searchable="Buscar" required> <option value="" disabled selected>Tipo de presentacion</option> ... </select> <label>Presentacion</label> </div> <div class="md-form form-sm"> <select name="IdFabricante" class="mdb-select colorful-select dropdown-primary" searchable="Buscar fabricante" required> <option value="" disabled selected>Eliga el fabricante</option> ... </select> <label>Fabricante</label> </div>

Mikołaj Smoleński staff answered 6 years ago


I have copied Your code and everything is correct. Do You have any errors in Your console? How do You initialize the selects? Regards

David Martinez Zurita pro commented 6 years ago

I'm initializing it this way: $(document).ready(function () { $('.mdb-select').material_select(); });

Mikołaj Smoleński staff commented 6 years ago

Please send me Your zipped project to m.smolenski@mdbootstrap.com.

Ch Paras free commented 5 years ago

same problem with me

Mikołaj Smoleński staff commented 5 years ago

Do You have any errors in Your console? Best Regards


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No
Tags