Magento 2 – Dynamic custom validation error message not working
i’m using Magento 2.4.1 and i add custom validation with a custom error message to detect which character is wrong and add it to the message: define([ ‘jquery’ ], function ($) { return function () { var validator = this;… Read More »Magento 2 – Dynamic custom validation error message not working