react-simple-typewriter icon indicating copy to clipboard operation
react-simple-typewriter copied to clipboard

deleting the whole text at once

Open mukhrr opened this issue 3 years ago • 1 comments

I am curious if it is possible deleting the entire text at once but not by letter, or by word.

https://user-images.githubusercontent.com/71601329/173812798-94af701f-1d72-4e80-a42f-d8016e2d8e02.mp4

mukhrr avatar Jun 15 '22 11:06 mukhrr

Just add deleteSpeed={0} on the props, or you can do that by making the text on the state. When loop done, just set the state to be empty string.

irsyadadl avatar Sep 18 '22 16:09 irsyadadl