-
If you intentionally raise ValueError, a field called ctx seems to be added. An example of pydantic v2 error object.
```
{'validation_error': {'body_params': [{'ctx': {'error': ValueError()}, …
-
Added a small custom validator, called **different_input_value**, to compare the current inputs value against an input in the same form (could extend this to multiple inputs that just have the data at…
-
Hi!
Would it be possible to extend the package to also validate if fields are valid emails?
I really appreciate your work!
-
Hi, while challenging our API with random input we noticed that the Email validator wasn't failing with a ValidationError when we give it the wrong input:
```
em = fe.validators.Email()
em.to_pytho…
-
Hoje, aconteceu um caso estranho, foi imputado um email em nosso formulário que usa #[validate(email)]
Minha struct:
use validator::{Validate};
use serde::Deserialize;
#[derive(Validate, D…
-
### Description of the bug
I tried to follow the documentation tutorial to create a FormComponent with Binder and standard Validation for an email field. See here https://vaadin.com/docs/latest/bin…
-
This BIDS dataset contains both .edf and .bdf file (which are very small)
https://openneuro.org/datasets/ds002034/versions/1.0.1
sub-01/ses-01/eeg/sub-01_ses-01_task-offline_run-01_eeg.edf
sub-…
-
### Describe the bug
Attempts to validated: [Calabasas](https://www.cityofcalabasas.com/home/showpublisheddocument/31620/638611519891730000) but get "Error Processing Report".
I don't see anything…
-
> [!IMPORTANT]
> This issue is part of our 2024 Hacktoberfest initiative. If you are interested in working on this issue, refer to our [top-level tasks](https://github.com/freeCodeCamp/freeCodeCamp/i…
-
**Is this bug report about an incorrectly validated email address?**
- [ ] Yes
- [ X ] No
**If no, please describe the bug**
When validating an email address in the following manner, the val…