We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
event.target.value does not see value
https://www.typescriptlang.org/play/?#code/MYewdgzgLgBAFgQzAEwDYFMCSYAOBXKAYUTAHN0YBeGACnQDd0woAuGbfKAUUeYEoqAPhgBvAFAxJMUJFhQEAJ3KxqDJlAB08peigBuCVJkQQGDahCka25RvoJUedHwMBfPUA
example in ts playground link
Property 'value' does not exist on type 'EventTarget'.(2339)
I have to access value without problems.
No response
The text was updated successfully, but these errors were encountered:
Because event bubbling is a thing in JavaScript.
Sorry, something went wrong.
No branches or pull requests
🔎 Search Terms
event.target.value does not see value
🕗 Version & Regression Information
⏯ Playground Link
https://www.typescriptlang.org/play/?#code/MYewdgzgLgBAFgQzAEwDYFMCSYAOBXKAYUTAHN0YBeGACnQDd0woAuGbfKAUUeYEoqAPhgBvAFAxJMUJFhQEAJ3KxqDJlAB08peigBuCVJkQQGDahCka25RvoJUedHwMBfPUA
💻 Code
example in ts playground link
🙁 Actual behavior
Property 'value' does not exist on type 'EventTarget'.(2339)
🙂 Expected behavior
I have to access value without problems.
Additional information about the issue
No response
The text was updated successfully, but these errors were encountered: