jakipatryk / steeditor

An advanced editor, not only for advanced users!
MIT License
7 stars 3 forks source link

fix(editor): Change tags field validators #87

Closed jakipatryk closed 6 years ago

jakipatryk commented 6 years ago

Remove validateNoHashes and validateNoWhitespaces, replace them with validateSpecialChars 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