You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
TypeScript Version: 2.7.0
Search Terms:
Code
Expected behavior:
The
e.target
be inferred asHTMLInputElement
instead ofEventTarget
.The HTMLInputElement could be signatured as below or other proposals:
Actual behavior:
Error
Property 'value' does not exist on type 'EventTarget'
Playground Link:
Playground
The text was updated successfully, but these errors were encountered: