Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Radio inputs from other forms can interfere #519

@andrews05

Description

@andrews05

Radio input from another form with the same name as radio inputs in the current form can cause problems. When the radio is required but nothing is yet selected in the current form, the submit button may be incorrectly enabled because a radio in another form is selected.
This is caused by the getValue function finding radio inputs of the same name within the whole document.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions