Custom validation message is not being rendered if we apply multiple validations to the same field and specify error messages using validationErrors property object. To overcome the issue we have to provide default error message using validationError property.
Reference of bug filed against the formsy repo: formsy/formsy-react#21