creativetimofficial / material-bootstrap-wizard

Material Bootstrap Wizard - Bootstrap wizard based on Material Design
http://demos.creative-tim.com/material-bootstrap-wizard/wizard-book-room.html
MIT License
81 stars 79 forks source link

Error for radio button #11

Closed JosefKatic closed 7 years ago

JosefKatic commented 7 years ago

Hello is there a way how to display error when radio button isn't checked i tried to add a line to material-bootstrap-wizard.js but it didn't work.

oijkn commented 5 years ago

Can you tell me how do you resolved this problem, please ? Because I'm in the same case. Thx

JosefKatic commented 5 years ago

Can you tell me how do you resolved this problem, please ? Because I'm in the same case. Thx

Hello, I've resolved this by adding a tooltip to a radio button , setting the same name to all radio buttons in group and in material-bootstrap-wizard.js I have added a rule to JS validation rules:{radio: {required: true}}. Is it the same you were looking for?