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
tag validation is supposed to allow tags like this: first, second, last
but currently it allows first second last
i traced this back to the regex in validator.js line 30, a potential fix would be allowing tags to be seperated by space and not commas, its cleaner and easier to use.
The text was updated successfully, but these errors were encountered:
tag validation is supposed to allow tags like this:
first, second, last
but currently it allows
first second last
i traced this back to the regex in validator.js line 30, a potential fix would be allowing tags to be seperated by space and not commas, its cleaner and easier to use.
The text was updated successfully, but these errors were encountered: