Kinark / Materialize-stepper

A little plugin that implements a stepper to Materializecss framework.
https://kinark.github.io/Materialize-stepper/
MIT License
227 stars 60 forks source link

Addistional Validation #38

Closed anish137i closed 6 years ago

anish137i commented 6 years ago

i might doing something wrong, but in stepper if we add validate class for text input and i want to validate that input with min and alfa numeric only. and prevent user to continue. but as default validate class only work if only single word is typed and add class valid in that input how i can add the custom methods. or mobile or unique number validation with visual error feedback before continue.

Loxyz commented 6 years ago

Hey, it works to me if i'm using "$.validator.addMethod" in my own JS. Can you show any code ?

Kinark commented 6 years ago

Fixed, among with anothor thousand fixes. Everything was made from scratch in the new beta version. Check the new docs to learn more.