Selectize
Default
Multiple
Groups
Dynamic
Validation
Maximum
Columns
Remove
-
Uses Instruction
-
Selectize is delivered primarily via npm.
npm install @selectize/selectize -
Add the following line into the <head> of
each template or page that you want to use selectize on.
<!-- Selectize Core CSS --> <link rel="stylesheet" href="./../assets/vendors/@selectize/selectize/css/selectize.bootstrap5.css"> -
Add the following lines before the
<body> of each template or page that you
want to use Selectize on.
<!-- Selectize JS --> <script src="./../assets/vendors/@selectize/selectize/js/selectize.min.js"></script> <!-- Selectize Initialize JS --> <script src="./../assets/js/components/selects/selectize-init.min.js"></script> - For full documentation please visit the link: https://selectize.dev/docs/intro