ccmjs / akless-components

ccm Components developed by André Kless
https://ccmjs.github.io/akless-components/
MIT License
2 stars 3 forks source link

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

Open mkaul opened 4 years ago

mkaul commented 4 years ago

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 commented 3 years ago

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.