You can overwrite the messages globally or specifically in each validator object via setting message
attribute.
{...,validate: [{type: 'required', message: 'This field is required'}]}
You can overwrite the messages globally or specifically in each validator object via setting message
attribute.
{...,validate: [{type: 'required', message: 'This field is required'}]}