Whenever I start typing in my input form, the text disappears after a moment. The only way to prevent this is by continuously pressing on a letter key on my keyboard.
This issue began after I added a resizeInput attribute that adjusts the size of the input box as I type, causing it to expand with each additional letter entered.
Is there a solution to stop this from happening?
* There seems to be an issue with the jQuery in the jsfiddle link provided, as the resizeInput feature is not functioning properly which eliminates the disappearing text problem. However, the underlying issue remains if you click outside the text box
JS Fiddle: http://jsfiddle.net/bx15jdw0/
HTML
<input id="message" type="text" placeholder="It's your turn to type....!" required="required">