Community
Participate
Working Groups
Error validation for ElementProperty does not appear. In Sapphire sample -> IContact -> PrimaryOccupation ElementProperty, add a Service annotation which extends ModelPropertyValidationService.
Could you clarify where you would expect the validation to be surfaced in this scenario?
Validation can be next to the radio button group. There are instances in which "none" is not valid.
Enhancement implemented. Please verify. Element property validation will now be shown next to controls presented by the with directive. Use @Service annotation to attach an impl of ModelPropertyValidationService or @Required to easily flag the case where the child element must exist.
Verify validations appeared. Verify @Required and @Service annotations working as expected