Open tinahung126 opened 2 years ago
Also doesn't set the container correctly in the react version
@tinahung126 it is a bug in version 1.13.1
In the meantime, you could tackle this by downgrading the version to 1.13.0
Working example: https://codesandbox.io/s/amazing-mopsa-2x6hy5?file=/src/App.vue
@acabreragnz @tinahung126 @christophermaloney
selecto
1.14.0react-selecto
1.14.0preact-selecto
1.14.0ngx-selecto
1.14.0svelte-selecto
1.14.0vue-selecto
1.14.0vue3-selecto
1.0.0lit-selecto
1.14.0selecto's new version is released. Check it again.
@daybrush it works now, thank you! :raised_hands:
the issue is still up, i'm on vue3-selecto 1.2.2, and I still can't set "container" to a different value, it always defaults to body even if i set it to a different value, @daybrush any help would be appreciated
@Gruxme @acabreragnz @tinahung126
selecto's new version is released. Check it again.
Environments
Description
Vue can't control the selecto area, I use rootContainer/ dragContainer / container but can't limit the selecto area, I can still start select from anywhere, but I want can just start select from specific element. I test all the framework demo, just Vue version has this situation.