Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NewQuestionForm tag validation #6

Closed
Fibii opened this issue Apr 24, 2020 · 0 comments · Fixed by #10
Closed

NewQuestionForm tag validation #6

Fibii opened this issue Apr 24, 2020 · 0 comments · Fixed by #10
Assignees
Labels
bug Something isn't working

Comments

@Fibii
Copy link
Owner

Fibii commented Apr 24, 2020

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.

@Fibii Fibii added the bug Something isn't working label Apr 24, 2020
@Fibii Fibii self-assigned this Apr 24, 2020
@Fibii Fibii linked a pull request May 26, 2020 that will close this issue
@Fibii Fibii removed a link to a pull request May 26, 2020
@Fibii Fibii linked a pull request May 26, 2020 that will close this issue
@Fibii Fibii closed this as completed May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant