Skip to content

Tag: placeholder

Make words in placeholder while typing in javascript

I want to make do a typing accuracy check application. What I want to achieve is to make the words (user should type) in the placeholder or similar to the effects of placeholder while users are typing. When user types the words in the input, the word in placeholder should disappear or fit the words in the inp…