-
Hey there,
first off, this is an amazing package, thanks a lot for this. :)
Now, I am unsure if this is an AlpineJs issue, or if I'm just using it wrong, or if this has something to do with the …
-
First off, let me know if you prefer Stack overflow or Github for questions on redux-form.
I have a parent form that is for the data read and submitted to the server. Nested down in that form I ha…
-
**Describe the bug**
Hi,
What is the correct behaviour for `isURL` function when I give e-mail address? I would expect that return false.
**Examples**
An example from the Node REPL:
```s…
-
## Issue Creation Checklist
- [x] I understand that my issue will be automatically closed if I don't fill in the requested information
- [x] I have read the [contribution guidelines](https://githu…
-
I believe validating TLDs is not supported in `isURL` (unless I missed something in the README). I see `require_tld: true` option but no `require_valid_tld: true`.
I have a use case for validating …
-
**Describe the bug**
This email is invalid but the validator returns that it is valid: `te¸st@test.com`
**Examples**
```javascript
// Current behaviour:
console.log(validator.isEmail('te¸st@t…
-
**Describe the bug**
When using isEmail with an email that has 2 or more periods before the @, it returns false.
**Examples**
The email address "b1+..7@x.com" is considered valid by Gmail but `…
-
**Describe the bug**
Trying to run npm install with from current main/master fails due to some dependency issues
**Examples**
```
npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could n…
-
Sometimes we want to check lat or long only.
-
**Describe the bug**
This is not a bug, however, my company has a policy that we need to use inclusive language in our code and our project got flagged for using the blacklist and whitelist functions…