Vincent
Vincent
@juujisai is this bug fixed? am using turbo + te The page works fine in the first loaded. If go to previous/next page, js seems not init. I've add the...
Hi @juujisai , thanks for your response I tried adding `initTE({ Select }, { allowReinits: true });` but if I go to previous page then next page, this situation may...
@juujisai thanks again for your time! both ways not working. The main problem is that I can't get element with this line `const selectEl = document.querySelector([data-te-select-wrapper-ref])` I may change another...
I ended up using stimulus to solve this according to @juujisai 's suggestion ``` e.g. static targets = ["selector"]; connect() { const selectEl = this.selectorTarget; const selectInstance = Select.getInstance(selectEl); if...
I'm using version 1.8.1, and still flickering, any one?