Commit b604bc56 by Qiang Xue

updated UPGRADE [skip ci]

parent 9655e3bd
......@@ -256,6 +256,8 @@ new ones save the following code as `convert.php` that should be placed in the s
} elseif (attribute.id === 'something') {
// the event is triggered before validating "something"
}
// if you want to cancel the validation, do the following:
// event.isValid = false;
});
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment