selecto icon indicating copy to clipboard operation
selecto copied to clipboard

Vue3-selecto demo code does not work

Open Atif-Bashir-1998 opened this issue 2 years ago • 4 comments

Environments

  • Framework name: Vue
  • Framework version: ^3.2.41
  • Component name: vue3-selecto
  • Component version: ^1.6.2

Description

The code pen example related to select in the scroll area is not working. Can you please update the code and fix it quickly?

Atif-Bashir-1998 avatar Nov 02 '22 07:11 Atif-Bashir-1998

in line 206: this.$refs.selecto. it's missing .checkScroll() should be this.$refs.selecto.checkScroll()

try this https://codesandbox.io/s/eloquent-minsky-5fu7lg

jerwinaton avatar Nov 03 '22 09:11 jerwinaton

@jerwinaton Can't open the sandbox link which you have shared

Atif-Bashir-1998 avatar Nov 07 '22 03:11 Atif-Bashir-1998

@jerwinaton hey. Your code works. That docs need to be updated.

sachinshilwal avatar Nov 13 '22 10:11 sachinshilwal

@Atif-Bashir-1998 @sachinbro @jerwinaton

Fixed typos in vue code. Let me know if there are any other parts.

http://localhost:6006/?path=/story/selecto--select-in-the-scroll-area

daybrush avatar Nov 13 '22 12:11 daybrush