Jules Van Assche
Jules Van Assche
> A bit frustrating, but I have the workaround working for me. I'm using hooks and this is how I've set it up. > > Not amazing, but it's working...
I have the same issue. When i am clicking on a pre-filled tom select , my window got scrolled to the far left.
@9mm quick dirty fix ``` .input-hidden .ts-control > input { opacity: 0 !important; position: absolute !important; left: 0 !important; } ``` bc the base style from /node_modules/tom-select/dist/css/tom-select.default.css is: ``` .input-hidden...