Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<input id="outside" value="abc" inputmode="none">
<iframe srcdoc="<!doctype html>Something inside <input value='some input' inputmode='none'>"></iframe>
<script>
document.getElementById("outside").select();
</script>