Last active
May 7, 2022 06:51
-
-
Save nguyenit67/d21260cc68f4e0ba94cc51f5b6df66d3 to your computer and use it in GitHub Desktop.
DOM#KeyboardEvent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const handleKeyUp = (event) => { | |
console.log(event.key) | |
} | |
<input type="text" className="zm-input-text__input" placeholder="Nhập tên bài hát, nghệ sĩ hoặc MV..." onKeyUp={} /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment