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

Fix Select and Radio Group from submitting its value when disabled #1345

Merged
merged 1 commit into from Oct 26, 2022

Conversation

GomezIvann
Copy link
Collaborator

@GomezIvann GomezIvann commented Oct 24, 2022

Checklist
(Check off all the items before submitting)

  • Build process is done without errors and all tests pass in the /lib directory.
  • Self-reviewed the code before submitting.
  • Meets accessibility standards.
  • Added/updated documentation to /website as needed.
  • Added/updated tests as needed.

Description
Prevent the inner hidden inputs from these components from sending their value when the form that contains them is submitted. Also, new tests were added to prevent this from happening again.

Closes #1342

@aidamag aidamag self-assigned this Oct 25, 2022
@aidamag aidamag merged commit 6b419d9 into master Oct 26, 2022
@aidamag aidamag deleted the gomezivann-submitValue-fix branch October 26, 2022 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabled form fields are sending its value when submitted
2 participants