Skip to content

Configuration

Oscar edited this page Nov 12, 2018 · 2 revisions

The available options are:

Name Default Description
validateOnType true Validates the data being modified
skipValidationsOnError false Will not continue validating the remaining paths if error found
skipRulesOnError false Will not check the remaining rules of a path if one fails

To define options just add vdConfig to your component like the following:

vdConfig: {
   validateOnType: true,
   skipValidationsOnError: false,
   skipRulesOnError: false
}