Dave de Moel
10/27/2021, 2:07 PM<umb-property property="vm.name">
<umb-property-editor model="vm.name"></umb-property-editor>
</umb-property>
And this JS:
vm.name = {
alias: "name",
label: "Name",
value: "",
view: "textbox",
validation: {
mandatory: true,
mandatoryMessage: "A name is required"
}
};
But I also want to check for other invalid contents.