yairEO / fancyInput

Makes typing in input fields fun with CSS3 effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not really changing value of input field

ralyodio opened this issue · comments

It appears this is just redecorated div which contains the characters typed. I think it should also set the value of the input field so you can actually use the data as one nomrally would in a form field.

you type into the input field, it is just invisible letters with no color.

It's not updating correctly then... if I ctrl-backspace to delete the last word, it only removes the spaces from what's visible.

you mean ctrl-shit-backspace? i just tried it and it works...

Well in Windows it's ctrl-backspace to delete the last word. Here is a screen cast I just made... then I typed in "Hello" after

http://www.screenr.com/WJc7

i'll fix it, thanks

fixed