How To automatically hide text inside input, "Pasted text" after clearing input.? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

How To automatically hide text inside input, "Pasted text" after clearing input.?

If i paste a text in input, it will show me your text pasted ! But after clearing input its not removed automatically? I need everything pasted text , it will be show, After clearing input every time it will be automatically hide. https://code.sololearn.com/WgI6NGNTAnRh/?ref=app

6th May 2023, 1:07 PM
š€š²šžš¬š”šš ššØšØš«
š€š²šžš¬š”šš ššØšØš« - avatar
2 Respostas
+ 4
https://code.sololearn.com/WW6zsoW5hOk3/?ref=app
6th May 2023, 2:12 PM
ąøæā‚³ąøæɎā± Ć˜ā‚±É†ā±¤ šŸ¼
ąøæā‚³ąøæɎā± Ć˜ā‚±É†ā±¤ šŸ¼ - avatar
+ 1
If i add onfocus="this.value='';" In input, it will not be automatically hide?
6th May 2023, 1:54 PM
š€š²šžš¬š”šš ššØšØš«
š€š²šžš¬š”šš ššØšØš« - avatar