-
**isDate returns false for all strings**
isDate is always returning false, even for correctly formatted strings.
**Examples**
validator.isDate('2024-01-01', { format: 'YYYY-MM-DD', delimiters: …
-
Would be nice to have the option to have users defined by username instead of email.
-
- [x] signin
- [x] signup
- [x] hamburger
-
**Describe the bug**
I am using `isEmail` to validate email addresses with `require_tld` set as the default of `true`, and noticed an anomaly:
`example@example` correctly fails validation.
`exa…
-
I am missing fields if there is a relation based on those.
E.g.:
```ts
model customerTest {
id Int @id @default(autoincrement()) @db.UnsignedInt
/// @Validator.IsInt()
…
-
### Description
like this
https://github.com/typestack/class-validator/issues/740
```ts
export class ContentSave {
@IsDefined()
@MinLength(5)
title: string;
@Type()
submit?: boo…
-
```
What steps will reproduce the problem?
1. Validate an iUI page using the W3C validator and a standard XHTML
Transitional DOCTYPE.
What is the expected output? What do you see instead?
Does not v…
-
**[benkuly](https://jira.spring.io/secure/ViewProfile.jspa?name=benkuly)** opened **[DATAREST-1045](https://jira.spring.io/browse/DATAREST-1045?redirect=false)** and commented
I think it should be po…
-
I've recent used your library in a .NET 6 web application, but is has some shortcomings for .NET 6 because some data-attributes changed (min and max are now seperate data attributes for instance. When…
-
```
Warning: Undefined array key 1 Validator.php on line...
...
Fatal error: Uncaught TypeError: ...::canonicalizeBody(): Argument #2 ($style) must be of type string, null given,
```
error at:
…