We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
How do I check for a radiobutton group?
<div class="radio"> <label for="sia_1"> <input type="radio" name="sia" id="sia_1" value="" checked>Nichts </label> </div> <div class="radio"> <label for="sia_2"> <input type="radio" name="sia" id="sia_2" value="SIA 1 Periode">«SIA Merkblatt 2028»: 1 Periode </label> </div> <div class="radio"> <label for="sia_3"> <input type="radio" name="sia" id="sia_3" value="SIA 3 Periode">«SIA Merkblatt 2028»: 3 Periode </label> </div>
If I just add data-validetta="required" or data-validetta="minChecked[1]" it breakes the whole vailadion on every formfield.
data-validetta="required"
data-validetta="minChecked[1]"
The text was updated successfully, but these errors were encountered:
Hi @Seppentoni
Validetta doesnt support radio checking method yet, but I will add this in a few days.
Thank You.
Sorry, something went wrong.
v0.7.0 release
fe24a64
- Fixed issue about input type radio validation.(#8)
No branches or pull requests
Hi.
How do I check for a radiobutton group?
If I just add
data-validetta="required"
ordata-validetta="minChecked[1]"
it breakes the whole vailadion on every formfield.The text was updated successfully, but these errors were encountered: