React JS Quiz
Home
Blog
Privacy Policy
Contact Us
React TypeScript Quiz
Which type is commonly used for an input change event?
Report this question
React.ChangeEvent<HTMLInputElement>
Show Explanation
React.ChangeEvent<HTMLInputElement> is commonly used for onChange handlers on text inputs.
React.MouseEvent<HTMLDivElement>
React.FormDataEvent
React.InputRoute
Next Question (9/20)