We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46e1ae9 + 246c600 commit 9f01628Copy full SHA for 9f01628
2-ui/3-event-details/7-keyboard-events/keyboard-dump.view/index.html
@@ -28,7 +28,7 @@
28
29
<input type="text" placeholder="Press keys here" id="kinput">
30
31
- <textarea id="area"></textarea>
+ <textarea id="area" readonly></textarea>
32
<input type="button" value="Clear" onclick="area.value = ''" />
33
</form>
34
<script src="script.js"></script>
0 commit comments