amrajat
amrajat
Same issue I am experiencing, the advanced select works only after a hard refresh on the first render it looks something like this. 
after changing the delay to 1000, it works for rendering only but its functionality still not working. ```window.addEventListener("load", (event) => { const planEl = HSSelect.getInstance("#plan"); planEl.on("change", (val) => setPlan(Number(val))); const...
