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

Please add documentation on validation for manager forms #41

Open
yiqi0110-glitch opened this issue Jun 30, 2020 · 1 comment
Open

Please add documentation on validation for manager forms #41

yiqi0110-glitch opened this issue Jun 30, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@yiqi0110-glitch
Copy link

As per @tidyui request in the closed issue, any comments on this would be greatly appreciated. This link is what I am currently basing the project off. Thanks!

@tidyui tidyui added the enhancement New feature or request label Jul 1, 2020
@filipmatsman
Copy link
Contributor

Hi!

The manager is based on Bootstrap so the Bootstrap documentation can be really helpful.
As for form validation, we can uses the Bootstrap way of doing it.

But the different here is instead of using the needs-validation class on the form element, we just look for the validate class on a form element.

Maybe it could be a good ide to change/add so that the class needs-validation also can be used, as shown in the examples.

BR
Filip

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

No branches or pull requests

3 participants