-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Textarea attribute :type="null" throws error #2766
Comments
You cannot set the |
Yes, it is. But I can't remove it another way. Example:
|
you can with a |
Thanks, it works! |
luwuer
added a commit
to luwuer/vue-next
that referenced
this issue
Dec 17, 2020
This was referenced Dec 17, 2020
LinusBorg
pushed a commit
that referenced
this issue
Dec 26, 2020
on textarea is handled patched as attribute close #2766
yyx990803
pushed a commit
that referenced
this issue
Feb 24, 2021
…tched as attribute (#2888) close #2766 Co-authored-by: Thorsten Luenborg <[email protected]>
This was referenced Mar 8, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
3.0.4
Reproduction link
https://codesandbox.io/s/affectionate-ganguly-q4153?file=/src/App.vue
Steps to reproduce
Insert <textarea /> and specify type attribute as null or undefined.
What is expected?
Attribute has not been rendered according with the Vue 3 documentation - https://v3.vuejs.org/guide/template-syntax.html#attributes
What is actually happening?
Throws the error: Uncaught (in promise) TypeError: Cannot set property type of # which has only a getter
Vue 2 app in the same case works correct
The text was updated successfully, but these errors were encountered: