User enters value in a textarea which i then clear using val() AND .empty.
Textarea looks empty.
BUT first time i enter a char in the textarea it enters the last characters from the cleared textfield before the new char. So i enter only one char but 4-5 appears. I used console log to check the userinput and it logs like i have entered all chars.
Any ideas as to whats going on?