Closed jakipatryk closed 6 years ago
Remove validateNoHashes and validateNoWhitespaces, replace them with validateSpecialChars which validates if there aren't any special chars except one dash.
validateNoHashes
validateNoWhitespaces
validateSpecialChars
Display only one error at the time, only if field is either dirty or not empty.
Fixes #84
Remove
validateNoHashes
andvalidateNoWhitespaces
, replace them withvalidateSpecialChars
which validates if there aren't any special chars except one dash.Display only one error at the time, only if field is either dirty or not empty.
Fixes #84