vedmack / yadcf

Yet Another DataTables Column Filter (yadcf)
http://yadcf-showcase.appspot.com/
MIT License
732 stars 285 forks source link

[Queestion] Select2 theme options #664

Open lenamtl opened 1 year ago

lenamtl commented 1 year ago

Hi,

Is there a way to add these theme options to Select2 / Yadcf. I'm using Select 2 on my forms and I would like to make the one from Yadcf form more uniform. I have tried to add these into select_type_options but it does not change the template, I will check in Yadcf CSS maybe there is conflict.

//BS5
theme: "bootstrap-5",

containerCssClass: "select2--small", // For Select2 v4.0
selectionCssClass: "select2--small", // For Select2 v4.1
dropdownCssClass: "select2--small",

I'm using externally trigger, BS5 and Select2 4.1.0-rc.0

vedmack commented 1 year ago

Please provide a test page like jsfiddle so it will be possible to test your request