Hello, I am using SC 2019.1, I would like to add s...
# suitecommerce
a
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
Well I find an existing library for it, licence it, and then add it as an asset to your extension
Which part are you stuck on?
a
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?
Library files are loading correctly can view in console network tab.