-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
input event is not properly triggered by Backspace and Delete #37051
Copy link
Copy link
Closed
Labels
C-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueC-untriagedNew issues that haven't been triaged yetNew issues that haven't been triaged yet
Description
Describe the bug:
input event is not triggered by Backspace, Delete etc.
Screen.Recording.2025-05-20.162023.mp4
To Reproduce:
<html>
<body>
<input id="i">
<div id="o"></div>
<script>
document.getElementById("i").addEventListener("input", e =>
document.getElementById("o").textContent = e.target.value
);
</script>
</body>
</html>Platform:
All
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueC-untriagedNew issues that haven't been triaged yetNew issues that haven't been triaged yet