Options
Option | HTML attribute | Type | Description |
---|---|---|---|
ipv4 |
data-fv-ip-ipv4 |
Boolean | Enable IPv4 validator, default to true |
ipv6 |
data-fv-ip-ipv6 |
Boolean | Enable IPv6 validator, default to true |
message |
data-fv-ip-message |
String | The error message |
When setting options via HTML attributes, remember to
enable the validator by setting data-fv-ip="true".
The message and other options can be updated on the
fly via the updateMessage() and updateOption() methods
Example
It also supports CIDR notation:
Related validators
The following validators might be useful to you: