Skip to content

ccm.submit.js ignores values true and false #8

@mkaul

Description

@mkaul

works correctly:

<input type="radio" name="team_abgaben_gleich" value="Ja">Ja  
<input type="radio" name="team_abgaben_gleich" value="Nein">Nein  

works incorrectly:

<input type="radio" name="team_abgaben_gleich" value="true">Ja  
<input type="radio" name="team_abgaben_gleich" value="false">Nein  

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions