Property 'autoComplete' does not exist on type 'TextareaHTMLAttributes<HTMLTextAreaElement>' #2882
Labels
Bug: Validated
This PR or Issue is verified to be a bug within Stencil
Feature: Want this? Upvote it!
This PR or Issue may be a great consideration for a future idea.
Good First Issue
This is a good first issue for someone wantng to contribute to Stencil!
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
Setting the
autoComplete
orautocomplete
attributes of a<textarea>
causes the error:Property 'autoComplete' does not exist on type 'TextareaHTMLAttributes<HTMLTextAreaElement>'
Expected behavior:
There should be no error popping up.
Related code:
Other information:
Typescript version: 3.9.9
The text was updated successfully, but these errors were encountered: