yairEO / fancyInput

Makes typing in input fields fun with CSS3 effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It doesn't support the "Delete" key from Windows.

neojp opened this issue · comments

The Backspace key seems to work perfectly. But using the Delete or Del key removes the characters from the <input> tag, but not the <span>s from the showed <div>.

thanks I'll be right on it. there is so much to do when simulating input fields..

fixed

Now it deletes symbols while you hold Delete key, but then it becomes unable to edit text at all.

fixed