Answers for "js how to select all textin input when 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

Code answers related to "js how to select all textin input when click"

Browse Popular Code Answers by Language