CG Jesus free asked 2 years ago


  • Good afternoon community, excuse me how you can select an element is a select only by html, without occupying javascript, since when doing it as shown in the following code (image 3) and with selected, it blocks the selection of the previous elements.

    -On the other hand, how to change the language of the elements, as shown in the image with a red circle

Resources (screenshots, code snippets etc.)

enter image description here

enter image description here

Image 3


Michał Duszak staff answered 2 years ago


Hello, you can change the search placeholder with data-mdb-search-placeholder attribute. For example: https://mdbootstrap.com/snippets/standard/m-duszak/3258401#html-tab-view

<select class="select" data-mdb-filter="true" data-mdb-search-placeholder="Szukaj...">
  <option value="1">Jeden</option>
  <option value="2">Dwa</option>
  <option value="3">Trzy</option>
  <option value="4">Cztery</option>
  <option value="5">Pięć</option>
</select>


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: Free
  • Premium support: No
  • Technology: MDB Standard
  • MDB Version: MDB5 3.9.0
  • Device: ALL
  • Browser: chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No