Answers for "select text of textbox on onclick"

0

how to select all text when input box is clicked

<input type="text" onClick="this.select();" value="Sample Text"/>
Posted by: Guest on May-26-2021
0

onclick input text select

<input type="text" value="click the input to select" onclick="this.select();"/>
Posted by: Guest on April-28-2021

Browse Popular Code Answers by Language