Bug: form submission validation of React textarea in Chrome #29053
Labels
Resolution: Stale
Automatically closed due to inactivity
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
In Chrome, textareas with minimum length restriction has unexpected behavior when it is form-validated. It seems to be related to this pull request.
Here you have a demo (code example). Steps to reproduce:
Repeat the same for the React-controlled (2nd)
<form>
. You will see that the last<textarea>
fails. It has to be restricted like its sibling.React version: 18.3.1 (latest).
The text was updated successfully, but these errors were encountered: