Hello,
I am using SC 2019.1, I would like to add searchable select box into my extension. Does anyone know how that can be added?
s
Steve Goldberg
10/09/2019, 3:46 PM
Well I find an existing library for it, licence it, and then add it as an asset to your extension
Steve Goldberg
10/09/2019, 3:46 PM
Which part are you stuck on?
a
Akshay
10/10/2019, 9:40 AM
Thank you for response @Steve Goldberg. I tried adding that with select2 jQuery library using CDN and also tried by adding in asset folder(loading in <head> tag), but after jQuery call it throws an error as Uncaught TypeError: $(...).select2 is not a function. Is this the correct way?
Akshay
10/10/2019, 9:41 AM
Library files are loading correctly can view in console network tab.