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
Form reportValidity isn't working when submitting or using dedicated methods (checkValidity and reportValidity). Works on individual fields
checkValidity
reportValidity
Demo: Lit playground
The text was updated successfully, but these errors were encountered:
I don't believe native form validity has been hooked up yet. Still working on that for text field, then others
Sorry, something went wrong.
fix(textfield): add form validity support
a2bf103
Also fixes form.reportValidity() not working for checkbox. Fixes #4435 PiperOrigin-RevId: 557616808
1f2a9a0
a167cab
asyncLiz
Successfully merging a pull request may close this issue.
Form reportValidity isn't working when submitting or using dedicated methods (
checkValidity
andreportValidity
). Works on individual fieldsDemo: Lit playground
The text was updated successfully, but these errors were encountered: