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

Radio inputs from other forms can interfere #519

Open
andrews05 opened this issue Mar 19, 2017 · 1 comment · May be fixed by #520
Open

Radio inputs from other forms can interfere #519

andrews05 opened this issue Mar 19, 2017 · 1 comment · May be fixed by #520
Assignees
Labels

Comments

@andrews05
Copy link

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.

@andrews05 andrews05 linked a pull request Mar 19, 2017 that will close this issue
@1000hz
Copy link
Owner

1000hz commented Mar 19, 2017

Ah, good call out. I'll get this fixed.

@1000hz 1000hz added the bug label Mar 19, 2017
@1000hz 1000hz self-assigned this Mar 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants