i got this regex {{ cedula.value.match(/^P$|^(?:PE|E|N|[23456789]|[23456789](?:A|P)?|1[0123]?|1[0123]?(?:A|P)?)$|^(?:PE|E|N|[23456789]|[23456789](?:AV|PI)?|1[0123]?|1[0123]?(?:AV|PI)?)-?$|^(?:PE|E|N|[23456789](?:A)?|1[0123]?(?:AV|PI)?)-(?:\d{1,4})-?$|^(PE|E|N|[23456789](?:AV|PI)?|1[0123]?(?:AV|PI)?)-(\d{1,4})-(\d{1,6})$/) == null ? "Ingresa un número de cédula válido" : "" }}
in theory it should send that message when regex is not matching with the field value but still shows the default retool error.
thats the regex for our ID in Panama have format like 8-789-7898 pe-788-788 etc i mean it works but doesnt show my custom validation message, shows the default retool one