vedmack / yadcf

Yet Another DataTables Column Filter (yadcf)

Home Page:http://yadcf-showcase.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Queestion] Select2 theme options

lenamtl opened this issue · comments

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

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