Skip to content

Commit

Permalink
key-event-viewer.html: adopt textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
valerio-bozzolan committed Apr 6, 2023
1 parent 47b0eac commit 4a48a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key-event-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Keyboard Event Viewer</h1>
<p>UserAgent: <span id="useragent"></span></p>

<p>
<code>input</code> element with <code>type="text"</code>: <input id="input" type="text" size="80" autofocus />
<code>textarea</code> element: <textarea id="input" type="text" size="80" autofocus></textarea>
</p>
<p>
<input id="resetTable" type="button" onclick="resetTable();return false" value="Clear Table"/>
Expand Down

0 comments on commit 4a48a9a

Please sign in to comment.