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

Form Validation For Slug Input #49

Open
m-henderson opened this issue Dec 27, 2017 · 0 comments · May be fixed by #50
Open

Form Validation For Slug Input #49

m-henderson opened this issue Dec 27, 2017 · 0 comments · May be fixed by #50

Comments

@m-henderson
Copy link

currently, you can not create a new post without the required input fields being filled. Right now, if you do not provide a slug in the input field, it will let you continue causing a null reference exception. Here is the image of the error.
capture

when can solve this by validating the slug input field before a new post is created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant