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

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

Open
mkaul opened this issue Oct 8, 2020 · 1 comment
Open

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

mkaul opened this issue Oct 8, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mkaul
Copy link
Member

mkaul commented Oct 8, 2020

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  
@akless akless self-assigned this Nov 23, 2020
@akless akless added the bug Something isn't working label Nov 23, 2020
@akless
Copy link
Member

akless commented Nov 23, 2020

When I use this example with the latest version of ccm.submit.js, then everything works correctly. When exactly is true and false ignored? In the result data I got boolean true or boolean false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants