-
New Feature
-
Resolution: Done
-
Normal
-
None
-
6.0.0
-
None
need a way to show validation message to a component directly.
currently, user have to use ValidationMessages and bind to errorMessage of the component.
<textbox value="@bind(vm.user.firstName) @validator('beanValidator')" errorMessage="@load(vmsgs[self])" />