Answers for "html select all input box content on click"

0

select all text of input onclick

<input type="text" onfocus="this.select();" onmouseup="return false;" value="test" />
Posted by: Guest on February-07-2021

Browse Popular Code Answers by Language