Hi, I have added max limit 5 for multifield dialog validation but after
reaching the message it is showing red border around the dialog but
fields still can be added. Please find the below code snippet for dialog
validation: (function ($, window, document)
{$(window).adaptTo("foundation-registry").register("foundation.validation.validator",
{// check elements that has attribute data-foundation-validation with
value starting with "multifield-max"selector:
"[data-foundation-validation^='max']",val...