preline
preline copied to clipboard
Advance select issue with open method and static method
Hello @olegpix
-
When using open method,
const select = new HSSelect(document.querySelector('#select'));it creates another instance of the select.
- Using the static method causes an error in the console.
Could you see if I missed something, or is there an issue on your end?