Skip to content
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

HTML validation does not work on add taxonomy term form #125

Closed
theenoahmason opened this issue Nov 19, 2022 · 0 comments · Fixed by #140
Closed

HTML validation does not work on add taxonomy term form #125

theenoahmason opened this issue Nov 19, 2022 · 0 comments · Fixed by #140
Assignees
Labels
bug Something isn't working wordpress issue Something is wrong with WordPress itself

Comments

@theenoahmason
Copy link
Member

Since the form for adding terms submits via JS the HTML validation is not preventing submission on the form.

Investigation findings:

  • The form has a "validate" class on it, investigate what this is triggering and how it works.
  • The form submits via JS, then returns an admin error notice when the name is left blank for example.
@theenoahmason theenoahmason added bug Something isn't working wordpress issue Something is wrong with WordPress itself labels Nov 19, 2022
@theenoahmason theenoahmason self-assigned this Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wordpress issue Something is wrong with WordPress itself
Development

Successfully merging a pull request may close this issue.

1 participant