-
-
Notifications
You must be signed in to change notification settings - Fork 928
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 with static value-property does not set its value. #2312
Comments
Why not just do |
@danieltroger that is a good temporary solution, but preferably |
this is one of those cases where attribute/property distinction causing different behaviors. |
@mdynnl o that's interesting! i was not expecting that to be the cause. attribute/property is so messy... |
Describe the bug
When setting the value of a textarea with a static string, it does not set the property, while if you set the value while calling a function it does get set.
Your Example Website or App
https://playground.solidjs.com/anonymous/54d80eb1-0ae9-4016-8300-e8f058f975d9
Steps to Reproduce the Bug or Issue
Expected behavior
The value of the textarea to be "static", but instead it is "".
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: