You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `pattern` - a regular expression object the string value must match against.
1549
1549
- `name` - optional name for patterns (useful with multiple patterns). Defaults to 'required'.
1550
+
- `config` - an optional configuration object with the following supported properties:
1551
+
- `name` - optional pattern name. Defaults to `required`.
1552
+
- `invalidate` - optional boolean flag. Defaults to `false` behavior. If specified as `true`, the provided pattern will be disallowed instead of required.
0 commit comments