When I tried to implement validation code in Hilla(1.3.0), the validation message is not showing near the text-field, but it is showing in the notification area.
I expecting to get the error message near the text-field.
this.binder.for(model.name).addValidator(
new Size({
message: 'Please pick a username 3 to 15 symbols long',
min:3
}));