cferdinandi / validate

A lightweight form validation script.
MIT License
230 stars 39 forks source link

Add Validation for ipv4 and ipv6 ip address ? #24

Closed sivaprabug closed 7 years ago

sivaprabug commented 7 years ago

Add Validation for ipv4 and ipv6 ip address ?

cferdinandi commented 7 years ago

No, sorry. This script augments native form validation attributes and properties.

You can add this yourself using a pattern attribute with a regex (and using a title for a custom error message).

Check on my post on CSS Tricks for more info.