telekom / scale

Scale is the digital design system for Telekom products and experiences.
https://telekom.github.io/scale/
Other
362 stars 79 forks source link

Data Grid's Select Cell not reacting to "scaleEdit"-Event #2292

Open JoshuaI02 opened 4 months ago

JoshuaI02 commented 4 months ago

Scale Version @telekom/scale-components: 3.0.0-beta.150

Framework and version Vue 3.4.15 with Vite 5.0.11.

Code Reproduction https://codesandbox.io/p/sandbox/scale-components-vue3-forked-x2lkdf?file=%2Fsrc%2Fcomponents%2FHelloWorld.vue%3A7%2C24 (The sandbox seems to have problems with showing the layout (it loads sometimes) but this code works for me.

Desktop (please complete the following information):

Additional context The scaleEdit-Event works completly fine with editable Text Cells but somehow not with Select Cells.

JoshuaI02 commented 4 months ago

Okay, it somehow works now on the sandbox. I didn't change anything except the package version. It still don't work in my project. It's the latest version and same code.