-
-
# Problem description
In admin forms its not possible to validate a releation between two datetime fileds like startDate and endDate to make sure endDate is not set before startDate
# Proposed s…
-
Example:
https://jsfiddle.net/v0s7g98k/
What I need to do is pass an entire array to a backend server to be validated, but my approach to this problem does not work as you can see from the examp…
-
Type of inputs
- pattern
- text
- email
- url
- number
- color
- date
- datetime
- month
- tel
- time
- week
- password
- range
- file
Properties
- step
- required
- min
- max
…
-
Originally submitted this issue to the web2py repo:
**Describe the bug**
Updated from 18.x to 20.2.x now causes ALL applications edit form submissions (a record UPDATE) to return error string "va…
ghost updated
3 years ago
-
```
When working with JSON, a request needs to be unserialized to a model first,
before it makes sense to do any validation on model properties. But the current
Validator framework works on plain Ht…
-
I would like to validate a field based on a few criteria and I have created custom validators for each of them.
I load the criteria:
```
validate : {
'listi…
-
In addition to RSS (in its many flavors) there is also the Atom feed format
https://validator.w3.org/feed/docs/atom.html
Most of the time a site that offers Atom also offers some form of RSS, bu…
-
I have an endpoint that can be requested with or without json body:
```ts
app.post("/endpoint", zValidator("json", zodRule), async (c) => {
//...
})
```
```sh
### this should be ok
POS…
-
Property shapes with the same `shacl:path` and different generated IRIs repeats twice or sometimes even 3-4 times in the Turtle spec. JSON-LD affected also.
For example, several property shapes rep…