-
Implement client-side validation to ensure required fields are filled out before submission.
-
### Describe the bug
The javadoc of @PositiveOrZero says that "null elements are considered valid.". However, the client side validation will not accept null fields.
### Expected-behavior
Nu…
-
Type: New feature / ~Migration from Vanilla JS~
Description: When input is changed, validate the input & show error message immediately below the input
Example Links:
1)
2)
3)
-
**Is your feature request related to a problem? Please describe.**
Before submitting a form, it is generally best practice to highlight problematic fields when they are not accepted.
**Describe the s…
-
I was able to log in and get a cookie without filling out any of the input fields on the form 😈 🍪
-
So, here is the deal, client_side_validation gem requires params to be nested in order to work fully out of the box with uniqueness validation. Also that's proper Rails convention to usually have nest…
-
# Summary
As of right now, as part of the OWASP recommendations for websites, we do not allow uploads of files of arbitrary sizes. Instead the underlying Tomcat server caps the size of all incoming m…
-
Hello jrief,
I have used the client side angular validations with boostarp3 and django1.11, the errors are displaying only if i coded with {{ form.as_div }} in the templates, but when …
-
**Description**:Currently, when creating a user, if the Date of Birth (DOB) entered corresponds to an age less than 15 years, the system makes an API call and returns an error with the message: "Age …
-
As evidenced by https://github.com/kubernetes/kubernetes/pull/38071, client side validation made some assumptions that were broken (assuming that types across different groups will not have the same n…