如何在twitter bootstrap向导

时间:2017-10-18 09:21:24

标签: angular twitter-bootstrap-wizard

在我的angular 4应用程序中,我使用的是twitter bootstrap向导,我有一个表单要验证,所以我需要使用一些规则来完成它。 我遵循此文档,但我不知道规则是如何工作的twitter-bootstrap-wizard ... 例如,在我的项目中,我需要一些模式,那么如何将其用作验证? 是否有一个文件,我可以找到所有可能的规则?

这是代码:

// Code for the Validator
    const $validator = $('.wizard-card form').validate({
      rules: {
        licensePlate: {
          required: true,
          minlength: 4,
        },
        engineType: {
          required: true
        },
        engine: {
          required: true
        }
      },

1 个答案:

答案 0 :(得分:0)

你可以使用bootstrap validation js https://cdnjs.com/libraries/bootstrap-validator