Incredible select - customizable select

Verze:

01. 08. 2022

Zodpovědná osoba:

Dominik Šlechta

In the projects we find the incredible_select.js file, which serves as a customization tool for modifying the classic selection.

This is how the select initialization looks like and an example of using it

let iSelects = incredibleSelects(".incredible-select");
<select class="incredible-select">
 <option value="volvo">Volvo</option>
  <option value="saab">Saab</option>
  <option value="mercedes">Mercedes</option>
  <option value="audi">Audi</option>
</select>