field: {
required: true,
messages: {
required: 'this is a text for required'
}
}
Why the messages property doesn't change the required message error?, is there a way to do that inside each field?