Orlandster / vue-typed-js

Typed.js integration for vue.js. Create a typing animation.
http://www.mattboldt.com/demos/typed-js/
MIT License
478 stars 38 forks source link

showCursor property is not reactive #6

Closed LeCoupa closed 3 years ago

LeCoupa commented 5 years ago

Hey! :) Setting the showCursor property to true and then to false does not remove the cursor. Is that the expected behaviour? Is there a way to make it reactive?

robfr77 commented 5 years ago

I'm having the same issue - can't change it directly since a prop so I set it equal to a reactive property but setting it to false it did not stop the flashing cursor. Did you figure this out or are you open for help on this? Thanks