Dropdown and bootstrap-select plugin
Dropdown and bootstrap-select plugin
Hello,
I am trying to implement a https://silviomoreto.github.io/bootstrap-select/ plugin in order to be able to select multiple values in the editor dropdown, but unfortunately if I am adding a 'selectpicker' class to the custom field's HTML my custom selectpicker field isn't rendered at all. Maybe someone else tried to implement this plugin ? I have tried calling $('.selectpicker').selectpicker()
on modal opening, on document ready and in other places, but the field simply isn't visible...
Answers
And maybe there's another way to select multiple values in a dropdown list ?
nvm, I just used a select2 plugin for datatables