Hello and thanks for this plugin!
I've got this working fine when using a <div> tag like in your demo and manually specifying a list of items
I'd like to know if this plugin works with a standard html tag e.g:
<select>
<option id="1">Test A</option>
<option id="2">Test B</option>
</select>
I've tried this and while the si-wrap and si-off classes are added, the actual dropdown doesn't work properly (still displays the normal dropdown).
Can you let me know if I need to specify some config to get the plugin to take in the options properly?
Thanks