reactive_forms
reactive_forms copied to clipboard
[Feature request] Validators.notPattern() method
It would be very convenient to use something like this on form fields Validators.notPattern(emojiPattern)
to check for illegal characters.