Disallow Comma Validation Rules
I am using this mixin for the custom validation rules in the below template for the first and last name Template: /vendor/magento/module-customer/view/frontend/templates/widget/name.phtml require js : var config = { config: { mixins: { ‘mage/validation’: { ‘Magento_Customer/js/name-validation’: true } } }… Read More »Disallow Comma Validation Rules