-
`handleChange` function usually follows a very similar pattern, see my implementation for the Living Lab Contact Page (Contact Form Modal component).
Having a generic function to do this will help …
-
In Orchard 1.x, you have the ability to add validation rules to form elements when building the form.
For example, you can have the required, minimum and max length attributes, use a custom validatio…
-
The current server-side validation depends on the client's javascript to inform the server what fields need to be entered.. Make it independent of client POST data so it is more secure.
-
convert type for
alcool ,prix
limit number of selected encepagement
make sure all text field don't contain numbers
-
Validation must be consistently implemented both at the UI and API level. This indirectly also helps with security.
## Acceptance Criteria
Ensure that all API calls that accept input parameters ar…
-
Is there any option available to disable client side schema validation of response bodies? Looking to left it enabled only in staging environment
[SPE-3376](https://linear.app/speakeasy/issue/SPE-337…
-
When a user interacts with client-side forms - we need to run validation rules in JavaScript that provide immediate feedback and errors before the data is submitted via API.
What would be the best …
-
*dons hacker hat*
*puts on troll sunglasses*
I was able to delete the ```required``` attributes from the form input fields and submit an empty form. Server side validation wasn't a priority for th…
-
This one is a bit tricky due to inconsistent browser support but I guess we should add provisions for:
* checking validity of control (or being notified when it changes due to user actions)
* some…
-
Tyring to implement Teleriks Kendo UI in an own module but having problem with client validation. After getting some help from Telerik, it seems Orchard has a problem with client side validation which…