pattern property should be supported that is a RegEx against the string on the error object and if matches will display the error string, if in non-block form, or the provided content if in block form.
Multiple instances of this component can match against the same string using the pattern property, and all will display (if the pattern matches).
If one or more instances of this component are used with the pattern property and at least one of them has a RegEx match then the instance used without the pattern property will not display a message. If there are no RegEx pattern matches though, then either the error string on the error object is displayed, if in non-block form, or the provided content is, if in block form.
pattern
property should be supported that is a RegEx against the string on the error object and if matches will display the error string, if in non-block form, or the provided content if in block form.Multiple instances of this component can match against the same string using the
pattern
property, and all will display (if the pattern matches).If one or more instances of this component are used with the
pattern
property and at least one of them has a RegEx match then the instance used without thepattern
property will not display a message. If there are no RegEx pattern matches though, then either the error string on the error object is displayed, if in non-block form, or the provided content is, if in block form.