#1250·vuelidate

validations.undefined for translated validators when using forEach

Author: mass85Created Jul 22, 2024Updated Mar 13, 2025
Labelsbug2.0

Describe the bug When using internationalized validators and forEach, the error message gets an incomplete path "validations.undefined"

Reproduction URL https://codesandbox.io/p/sandbox/vuelidate-undefined-message-path-fxdhrl

To Reproduce Steps to reproduce the behavior:

  1. Clear one of the required fields in form
  2. Move cursor over the highlighted invalid field

Expected behavior Tooltip should contain a translated message

Screenshots image