parameter
parameter copied to clipboard
How to config `required` defaultValue ?
The docs describe the required
default to true, but for my project, the conditions required false
are more than true
.
May provide a config like :
var parameter = new Parameter({
defaultRequired: false,
});