Skip to content
New issue

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

Property 'autoComplete' does not exist on type 'TextareaHTMLAttributes<HTMLTextAreaElement>' #2882

Closed
joao-m-santos opened this issue Apr 13, 2021 · 1 comment
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!

Comments

@joao-m-santos
Copy link

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 or autocomplete 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:

<textarea autoComplete="on"></textarea>

Other information:
Typescript version: 3.9.9

@ionitron-bot ionitron-bot bot added the triage label Apr 13, 2021
@splitinfinities splitinfinities added Feature: Renderer 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! labels Nov 9, 2021
@ionitron-bot ionitron-bot bot removed triage labels Nov 9, 2021
@rwaskiewicz rwaskiewicz added the Bug: Validated This PR or Issue is verified to be a bug within Stencil label Jun 13, 2023
@rwaskiewicz
Copy link
Contributor

The fix for this issue has been officially released as a part of Stencil 3.4.0. Folks running into this issue should update to v3.4.0 at minimum. I'm going to close this out following the release, but please feel free to open a new issue should this reappear. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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!
Projects
None yet
Development

No branches or pull requests

3 participants