preline icon indicating copy to clipboard operation
preline copied to clipboard

Advance select issue with open method and static method

Open PruthviPraj00 opened this issue 1 year ago • 0 comments

Hello @olegpix

  1. When using open method,

    const select = new HSSelect(document.querySelector('#select'));

    it creates another instance of the select.

Screenshot 2024-04-23 at 12 27 20 PM

  1. Using the static method causes an error in the console.

Screenshot 2024-04-23 at 12 30 11 PM

Could you see if I missed something, or is there an issue on your end?

PruthviPraj00 avatar Apr 23 '24 07:04 PruthviPraj00