
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2018 09:10 AM
What version of select2 does ServiceNow use in Kingston patch 6?
I'm asking because I can't get dropdownCss to work.
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2018 09:29 AM
Figured it out.
dropdownCss is supposed to be an object, not a string. (https://github.com/select2/select2/issues/305)
So this works:
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2018 09:29 AM
Figured it out.
dropdownCss is supposed to be an object, not a string. (https://github.com/select2/select2/issues/305)
So this works: