Select2 version: dropdownCss throwing error

xiaix
Tera Guru

What version of select2 does ServiceNow use in Kingston patch 6?

I'm asking because I can't get dropdownCss to work.

 

 

 

1 ACCEPTED SOLUTION

xiaix
Tera Guru

Figured it out.

dropdownCss is supposed to be an object, not a string.  (https://github.com/select2/select2/issues/305)

find_real_file.png

 

So this works:

find_real_file.png

View solution in original post

1 REPLY 1

xiaix
Tera Guru

Figured it out.

dropdownCss is supposed to be an object, not a string.  (https://github.com/select2/select2/issues/305)

find_real_file.png

 

So this works:

find_real_file.png