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.
1 parent 8239107 commit 8f24379Copy full SHA for 8f24379
index.html
@@ -32,7 +32,7 @@ <h1 class="banner p-3 text-primary">TextEditor</h1>
32
<div class="col">
33
<div class="form-group">
34
<label for="text-input">Your Document Text</label>
35
- <textarea class="form-control" id="text-input" rows="3" onkeyup="updateText()"></textarea>
+ <textarea class="form-control" id="text-input" rows="3" oninput="updateText()"></textarea>
36
</div>
37
38
0 commit comments