TuringType icon indicating copy to clipboard operation
TuringType copied to clipboard

Doesn't write space between words

Open jupegarnica opened this issue 10 years ago • 2 comments

Congrats for writing this plugin, I love its lightness. And works apparently well. But I found a bug which I can not solve. Once I launch a text for being typed like this: new TuringType(document.getElementById('text_writing'), $('#text_to_write').text(),{ accuracy: 0.99, interval: 100});

The result written is without spaces in between words. Some clue for solving this problem? Thanks

jupegarnica avatar Jun 13 '14 10:06 jupegarnica

I'm not sure what would cause this. Could you post a link to a demo?

dmotz avatar Jun 17 '14 04:06 dmotz

Certain kinds of inputs only allow specific characters (like <input type="number"/>). Perhaps that is causing it?

stevenspiel avatar May 14 '18 19:05 stevenspiel