Hi , I'm developping a new app and I need bootstrap-select to work with select elements as it has some functionalities that select2 has not ( such as search in multi select and select/unselect all options ... ).
I've searched for it in metronic 7 but it's bundled in plugins.bundle , so where can I find bootstrap-select plugin folder to implement it
Thanks in advance
Hi,
We don't have select2 examples in the Metronic version at all. Anyway, try to use react-select
instead: https://react-select.com/home.
Regards,
Keenthemes support
Hi Carmelo, sorry - bit confused. Could you clarify - as I've also been having troubles getting select2 to work but can see it is in Metronic.
Select2 here in Metronic documentation: https://preview.keenthemes.com/html/metronic/docs/forms/select2
Select2 here in Metronic script for Demo2:
plugins/global/plugins.bundle.js also has the select2 component:
"
/*!
* Select2 4.1.0-rc.0
* https://select2.github.io
*
* Released under the MIT license
* https://github.com/select2/select2/blob/master/LICENSE.md
*/
;(function (factory) {
if (typeof define === 'function' && define.amd) {
"
Can you advise as I've added the data-tag to the elements but Select2 is not working for me using Demo2 as basis.
Cheers