5 lines
123 B
HTML
5 lines
123 B
HTML
<html>
|
|
<body onload="document.getElementById('i').select();">
|
|
<input id="i" value="text" inputmode="none">
|
|
</body>
|
|
</html>
|