We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
React version: 19.0.0
Link to code example:
This behavior is inconsistent with HTML standards and other front-end frameworks. They will keep defaultValue unchanged.
Just update the value prop, do not update the defaultValue prop.
The text was updated successfully, but these errors were encountered:
I am Mern Developer, Can i work on this?
Here is my Portfolio https://knightsdev-portfolio.vercel.app/
Sorry, something went wrong.
Can I take this issue?
No branches or pull requests
React version: 19.0.0
Steps To Reproduce
2.when typing in it, the textarea defaultValue prop will also get updated.
Link to code example:
The current behavior
This behavior is inconsistent with HTML standards and other front-end frameworks. They will keep defaultValue unchanged.
The expected behavior
Just update the value prop, do not update the defaultValue prop.
The text was updated successfully, but these errors were encountered: