donmbelembe / vue-dragscroll

A vue directive to make a scrollable element scroll by draging to the scroll direction
https://vue-dragscroll.clebinfosys.com/
MIT License
261 stars 32 forks source link

textarea and input change text not working #36

Closed sokolovdm closed 5 years ago

sokolovdm commented 5 years ago

Hi! I have an issue with textarea and input inside v-dragscroll element - adding and deleting text does not work.

donmbelembe commented 5 years ago

Can you provide a sample so I can reproduce the error

sokolovdm commented 5 years ago

https://codepen.io/naraxiss/pen/xMjwqX

donmbelembe commented 5 years ago

Please use the latest version (1.8.2)

sokolovdm commented 5 years ago

Great work! Thank you.